Html Css Color HEX #527909 Fiji Green

📋 copy color: '#527909'

red 82 ◦ green 121 ◦ blue 9

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

Shades of Fiji Green #527909

Tints of Fiji Green #527909

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.08%

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

R = 38.68%
G = 57.08%
B = 4.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#527909 (or 0x527909) is known color: Fiji Green. HEX triplet: 52, 79 and 09. RGB value is (82,121,9). Sum of RGB (Red+Green+Blue) = 82+121+9=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #527909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527909 is #AD86F6. Grayscale: #606060. Windows color (decimal): -11372279 or 620882. OLE color: 620882.

HSL color Cylindrical-coordinate representation of color #527909: hue angle of 80.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #527909 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 9 -
CMYK 0.32 0 0.93 0.53
HSL 80.89º 0.86% 0.25% -
HSV(B) 80.89º 0.93% 0.47% -
XYZ 10.37 15.49 2.7 -
YUV 96.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 82 121 9 0.32 0 0.93 0.53 80.89 0.86 0.25
Hex 52 79 9 20 0 5D 35 51 56 19
Octal 122 171 11 40 0 135 65 121 126 31
Binary 1010010 1111001 1001 100000 0 1011101 110101 1010001 1010110 11001

Color Harmonies of #527909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527909

Black with #527909

Text Example


Text Example

White with #527909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527909; }

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

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

background-color css

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

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

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

border-color css

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

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

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