Html Css Color HEX #527004 Fiji Green

📋 copy color: '#527004'

red 82 ◦ green 112 ◦ blue 4

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

Shades of Fiji Green #527004

Tints of Fiji Green #527004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

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

R = 41.41%
G = 56.57%
B = 2.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#527004 (or 0x527004) is known color: Fiji Green. HEX triplet: 52, 70 and 04. RGB value is (82,112,4). Sum of RGB (Red+Green+Blue) = 82+112+4=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #527004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527004 is #AD8FFB. Grayscale: #5B5B5B. Windows color (decimal): -11374588 or 290898. OLE color: 290898.

HSL color Cylindrical-coordinate representation of color #527004: hue angle of 76.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527004 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 4 -
CMYK 0.27 0 0.96 0.56
HSL 76.67º 0.93% 0.23% -
HSV(B) 76.67º 0.96% 0.44% -
XYZ 9.3 13.39 2.21 -
YUV 90.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 82 112 4 0.27 0 0.96 0.56 76.67 0.93 0.23
Hex 52 70 4 1B 0 60 38 4D 5D 17
Octal 122 160 4 33 0 140 70 115 135 27
Binary 1010010 1110000 100 11011 0 1100000 111000 1001101 1011101 10111

Color Harmonies of #527004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527004

Black with #527004

Text Example


Text Example

White with #527004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527004; }

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

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

background-color css

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

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

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

border-color css

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

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

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