Html Css Color HEX #527603 Fiji Green

📋 copy color: '#527603'

red 82 ◦ green 118 ◦ blue 3

#527603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #527603

Tints of Fiji Green #527603

RGB

 RED value IS 82 (32.42% from 255) = 40.39%

 GREEN value IS 118 (46.48% from 255) = 58.13%

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 40.39%
G = 58.13%
B = 1.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#527603 (or 0x527603) is known color: Fiji Green. HEX triplet: 52, 76 and 03. RGB value is (82,118,3). Sum of RGB (Red+Green+Blue) = 82+118+3=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #527603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527603 is #AD89FC. Grayscale: #5E5E5E. Windows color (decimal): -11373053 or 226898. OLE color: 226898.

HSL color Cylindrical-coordinate representation of color #527603: hue angle of 78.78º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #527603 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 3 -
CMYK 0.31 0 0.97 0.54
HSL 78.78º 0.95% 0.24% -
HSV(B) 78.78º 0.97% 0.46% -
XYZ 9.97 14.76 2.41 -
YUV 94.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 82 118 3 0.31 0 0.97 0.54 78.78 0.95 0.24
Hex 52 76 3 1F 0 61 36 4F 5F 18
Octal 122 166 3 37 0 141 66 117 137 30
Binary 1010010 1110110 11 11111 0 1100001 110110 1001111 1011111 11000

Color Harmonies of #527603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527603

Black with #527603

Text Example


Text Example

White with #527603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527603; }

 p { color: rgb(82,118,3); }

 H1.HeaderClassName
 {
   color: #527603;
 }
 .AnyTagClassName
 {
   color: #527603;
 }
</style>

background-color css

<style>
 a { background-color: #527603; }

 a { background-color: rgb(82,118,3); }

 div.DivClassName
 {
   background-color: #527603;
 }
 .BgClassName
 {
   background-color: #527603;
 }
</style>

border-color css

<style>
 span { border-color: #527603; }

 span { border-color: rgb(82,118,3); }

 td.TdClassName
 {
   border-color: #527603;
 }
 .TagClassName
 {
   border-color: #527603;
 }
</style>