Html Css Color HEX #507209 Fiji Green

📋 copy color: '#507209'

red 80 ◦ green 114 ◦ blue 9

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

Shades of Fiji Green #507209

Tints of Fiji Green #507209

RGB

 RED value IS 80 (31.64% from 255) = 39.41%

 GREEN value IS 114 (44.92% from 255) = 56.16%

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

R = 39.41%
G = 56.16%
B = 4.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#507209 (or 0x507209) is known color: Fiji Green. HEX triplet: 50, 72 and 09. RGB value is (80,114,9). Sum of RGB (Red+Green+Blue) = 80+114+9=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #507209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507209 is #AF8DF6. Grayscale: #5C5C5C. Windows color (decimal): -11505143 or 619088. OLE color: 619088.

HSL color Cylindrical-coordinate representation of color #507209: hue angle of 79.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #507209 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 9 -
CMYK 0.30 0 0.92 0.55
HSL 79.43º 0.85% 0.24% -
HSV(B) 79.43º 0.92% 0.45% -
XYZ 9.37 13.76 2.42 -
YUV 91.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 80 114 9 0.30 0 0.92 0.55 79.43 0.85 0.24
Hex 50 72 9 1E 0 5C 37 4F 55 18
Octal 120 162 11 36 0 134 67 117 125 30
Binary 1010000 1110010 1001 11110 0 1011100 110111 1001111 1010101 11000

Color Harmonies of #507209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507209

Black with #507209

Text Example


Text Example

White with #507209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507209; }

 p { color: rgb(80,114,9); }

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

background-color css

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

 a { background-color: rgb(80,114,9); }

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

border-color css

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

 span { border-color: rgb(80,114,9); }

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