Html Css Color HEX #527204 Fiji Green

📋 copy color: '#527204'

red 82 ◦ green 114 ◦ blue 4

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

Shades of Fiji Green #527204

Tints of Fiji Green #527204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57%

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

R = 41%
G = 57%
B = 2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#527204 (or 0x527204) is known color: Fiji Green. HEX triplet: 52, 72 and 04. RGB value is (82,114,4). Sum of RGB (Red+Green+Blue) = 82+114+4=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #527204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527204 is #AD8DFB. Grayscale: #5C5C5C. Windows color (decimal): -11374076 or 291410. OLE color: 291410.

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

Color convert

RGB 82 114 4 -
CMYK 0.28 0 0.96 0.55
HSL 77.45º 0.93% 0.23% -
HSV(B) 77.45º 0.96% 0.45% -
XYZ 9.52 13.84 2.28 -
YUV 91.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 82 114 4 0.28 0 0.96 0.55 77.45 0.93 0.23
Hex 52 72 4 1C 0 60 37 4D 5D 17
Octal 122 162 4 34 0 140 67 115 135 27
Binary 1010010 1110010 100 11100 0 1100000 110111 1001101 1011101 10111

Color Harmonies of #527204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527204

Black with #527204

Text Example


Text Example

White with #527204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527204; }

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

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

background-color css

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

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

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

border-color css

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

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

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