Html Css Color HEX #526F06 Fiji Green

📋 copy color: '#526F06'

red 82 ◦ green 111 ◦ blue 6

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

Shades of Fiji Green #526F06

Tints of Fiji Green #526F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.78%

 BLUE value IS 6 (2.73% from 255) = 3.02%

R = 41.21%
G = 55.78%
B = 3.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#526F06 (or 0x526F06) is known color: Fiji Green. HEX triplet: 52, 6F and 06. RGB value is (82,111,6). Sum of RGB (Red+Green+Blue) = 82+111+6=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #526F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F06 is #AD90F9. Grayscale: #5A5A5A. Windows color (decimal): -11374842 or 421714. OLE color: 421714.

HSL color Cylindrical-coordinate representation of color #526F06: hue angle of 76.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526F06 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 6 -
CMYK 0.26 0 0.95 0.56
HSL 76.57º 0.9% 0.23% -
HSV(B) 76.57º 0.95% 0.44% -
XYZ 9.2 13.18 2.23 -
YUV 90.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 82 111 6 0.26 0 0.95 0.56 76.57 0.9 0.23
Hex 52 6F 6 1A 0 5F 38 4D 5A 17
Octal 122 157 6 32 0 137 70 115 132 27
Binary 1010010 1101111 110 11010 0 1011111 111000 1001101 1011010 10111

Color Harmonies of #526F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F06

Black with #526F06

Text Example


Text Example

White with #526F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526F06; }

 p { color: rgb(82,111,6); }

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

background-color css

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

 a { background-color: rgb(82,111,6); }

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

border-color css

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

 span { border-color: rgb(82,111,6); }

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