Html Css Color HEX #527005 Fiji Green

📋 copy color: '#527005'

red 82 ◦ green 112 ◦ blue 5

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

Shades of Fiji Green #527005

Tints of Fiji Green #527005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 41.21%
G = 56.28%
B = 2.51%

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

#527005 (or 0x527005) is known color: Fiji Green. HEX triplet: 52, 70 and 05. RGB value is (82,112,5). Sum of RGB (Red+Green+Blue) = 82+112+5=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #527005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527005 is #AD8FFA. Grayscale: #5B5B5B. Windows color (decimal): -11374587 or 356434. OLE color: 356434.

HSL color Cylindrical-coordinate representation of color #527005: hue angle of 76.82º degrees, saturation: 0.91, 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 #527005 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 5 -
CMYK 0.27 0 0.96 0.56
HSL 76.82º 0.91% 0.23% -
HSV(B) 76.82º 0.96% 0.44% -
XYZ 9.3 13.39 2.24 -
YUV 90.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 82 112 5 0.27 0 0.96 0.56 76.82 0.91 0.23
Hex 52 70 5 1B 0 60 38 4D 5B 17
Octal 122 160 5 33 0 140 70 115 133 27
Binary 1010010 1110000 101 11011 0 1100000 111000 1001101 1011011 10111

Color Harmonies of #527005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527005

Black with #527005

Text Example


Text Example

White with #527005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527005; }

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

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

background-color css

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

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

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

border-color css

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

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

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