Html Css Color HEX #526F09 Fiji Green

📋 copy color: '#526F09'

red 82 ◦ green 111 ◦ blue 9

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

Shades of Fiji Green #526F09

Tints of Fiji Green #526F09

RGB

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

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

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

R = 40.59%
G = 54.95%
B = 4.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#526F09 (or 0x526F09) is known color: Fiji Green. HEX triplet: 52, 6F and 09. RGB value is (82,111,9). Sum of RGB (Red+Green+Blue) = 82+111+9=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #526F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F09 is #AD90F6. Grayscale: #5B5B5B. Windows color (decimal): -11374839 or 618322. OLE color: 618322.

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

Color convert

RGB 82 111 9 -
CMYK 0.26 0 0.92 0.56
HSL 77.06º 0.85% 0.24% -
HSV(B) 77.06º 0.92% 0.44% -
XYZ 9.21 13.18 2.32 -
YUV 90.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 82 111 9 0.26 0 0.92 0.56 77.06 0.85 0.24
Hex 52 6F 9 1A 0 5C 38 4D 55 18
Octal 122 157 11 32 0 134 70 115 125 30
Binary 1010010 1101111 1001 11010 0 1011100 111000 1001101 1010101 11000

Color Harmonies of #526F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F09

Black with #526F09

Text Example


Text Example

White with #526F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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