Html Css Color HEX #527604 Fiji Green

📋 copy color: '#527604'

red 82 ◦ green 118 ◦ blue 4

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

Shades of Fiji Green #527604

Tints of Fiji Green #527604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 40.2%
G = 57.84%
B = 1.96%

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

#527604 (or 0x527604) is known color: Fiji Green. HEX triplet: 52, 76 and 04. RGB value is (82,118,4). Sum of RGB (Red+Green+Blue) = 82+118+4=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #527604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527604 is #AD89FB. Grayscale: #5E5E5E. Windows color (decimal): -11373052 or 292434. OLE color: 292434.

HSL color Cylindrical-coordinate representation of color #527604: hue angle of 78.95º degrees, saturation: 0.93, 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 #527604 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 4 -
CMYK 0.31 0 0.97 0.54
HSL 78.95º 0.93% 0.24% -
HSV(B) 78.95º 0.97% 0.46% -
XYZ 9.98 14.76 2.44 -
YUV 94.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 82 118 4 0.31 0 0.97 0.54 78.95 0.93 0.24
Hex 52 76 4 1F 0 61 36 4F 5D 18
Octal 122 166 4 37 0 141 66 117 135 30
Binary 1010010 1110110 100 11111 0 1100001 110110 1001111 1011101 11000

Color Harmonies of #527604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527604

Black with #527604

Text Example


Text Example

White with #527604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527604; }

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

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

background-color css

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

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

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

border-color css

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

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

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