Html Css Color HEX #527809 Fiji Green

📋 copy color: '#527809'

red 82 ◦ green 120 ◦ blue 9

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

Shades of Fiji Green #527809

Tints of Fiji Green #527809

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 38.86%
G = 56.87%
B = 4.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#527809 (or 0x527809) is known color: Fiji Green. HEX triplet: 52, 78 and 09. RGB value is (82,120,9). Sum of RGB (Red+Green+Blue) = 82+120+9=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #527809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527809 is #AD87F6. Grayscale: #606060. Windows color (decimal): -11372535 or 620626. OLE color: 620626.

HSL color Cylindrical-coordinate representation of color #527809: hue angle of 80.54º 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 #527809 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 9 -
CMYK 0.32 0 0.92 0.53
HSL 80.54º 0.86% 0.25% -
HSV(B) 80.54º 0.93% 0.47% -
XYZ 10.25 15.25 2.66 -
YUV 95.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 82 120 9 0.32 0 0.92 0.53 80.54 0.86 0.25
Hex 52 78 9 20 0 5C 35 51 56 19
Octal 122 170 11 40 0 134 65 121 126 31
Binary 1010010 1111000 1001 100000 0 1011100 110101 1010001 1010110 11001

Color Harmonies of #527809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527809

Black with #527809

Text Example


Text Example

White with #527809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527809; }

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

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

background-color css

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

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

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

border-color css

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

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

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