Html Css Color HEX #526D09 Fiji Green

📋 copy color: '#526D09'

red 82 ◦ green 109 ◦ blue 9

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

Shades of Fiji Green #526D09

Tints of Fiji Green #526D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 54.5%

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

R = 41%
G = 54.5%
B = 4.5%

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

#526D09 (or 0x526D09) is known color: Fiji Green. HEX triplet: 52, 6D and 09. RGB value is (82,109,9). Sum of RGB (Red+Green+Blue) = 82+109+9=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #526D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526D09 is #AD92F6. Grayscale: #595959. Windows color (decimal): -11375351 or 617810. OLE color: 617810.

HSL color Cylindrical-coordinate representation of color #526D09: hue angle of 76.2º 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 #526D09 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 9 -
CMYK 0.25 0 0.92 0.57
HSL 76.2º 0.85% 0.23% -
HSV(B) 76.2º 0.92% 0.43% -
XYZ 9 12.75 2.25 -
YUV 89.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 82 109 9 0.25 0 0.92 0.57 76.2 0.85 0.23
Hex 52 6D 9 19 0 5C 39 4C 55 17
Octal 122 155 11 31 0 134 71 114 125 27
Binary 1010010 1101101 1001 11001 0 1011100 111001 1001100 1010101 10111

Color Harmonies of #526D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D09

Black with #526D09

Text Example


Text Example

White with #526D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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