Html Css Color HEX #526E09 Fiji Green

📋 copy color: '#526E09'

red 82 ◦ green 110 ◦ blue 9

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

Shades of Fiji Green #526E09

Tints of Fiji Green #526E09

RGB

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

 GREEN value IS 110 (43.36% from 255) = 54.73%

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 40.8%
G = 54.73%
B = 4.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#526E09 (or 0x526E09) is known color: Fiji Green. HEX triplet: 52, 6E and 09. RGB value is (82,110,9). Sum of RGB (Red+Green+Blue) = 82+110+9=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #526E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526E09 is #AD91F6. Grayscale: #5A5A5A. Windows color (decimal): -11375095 or 618066. OLE color: 618066.

HSL color Cylindrical-coordinate representation of color #526E09: hue angle of 76.63º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526E09 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 9 -
CMYK 0.25 0 0.92 0.57
HSL 76.63º 0.85% 0.23% -
HSV(B) 76.63º 0.92% 0.43% -
XYZ 9.1 12.97 2.28 -
YUV 90.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 82 110 9 0.25 0 0.92 0.57 76.63 0.85 0.23
Hex 52 6E 9 19 0 5C 39 4D 55 17
Octal 122 156 11 31 0 134 71 115 125 27
Binary 1010010 1101110 1001 11001 0 1011100 111001 1001101 1010101 10111

Color Harmonies of #526E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E09

Black with #526E09

Text Example


Text Example

White with #526E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,9); }

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

background-color css

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

 a { background-color: rgb(82,110,9); }

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

border-color css

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

 span { border-color: rgb(82,110,9); }

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