Html Css Color HEX #507409 Fiji Green

📋 copy color: '#507409'

red 80 ◦ green 116 ◦ blue 9

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

Shades of Fiji Green #507409

Tints of Fiji Green #507409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

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

R = 39.02%
G = 56.59%
B = 4.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#507409 (or 0x507409) is known color: Fiji Green. HEX triplet: 50, 74 and 09. RGB value is (80,116,9). Sum of RGB (Red+Green+Blue) = 80+116+9=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #507409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507409 is #AF8BF6. Grayscale: #5D5D5D. Windows color (decimal): -11504631 or 619600. OLE color: 619600.

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

Color convert

RGB 80 116 9 -
CMYK 0.31 0 0.92 0.55
HSL 80.19º 0.86% 0.25% -
HSV(B) 80.19º 0.92% 0.45% -
XYZ 9.6 14.22 2.5 -
YUV 93.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 80 116 9 0.31 0 0.92 0.55 80.19 0.86 0.25
Hex 50 74 9 1F 0 5C 37 50 56 19
Octal 120 164 11 37 0 134 67 120 126 31
Binary 1010000 1110100 1001 11111 0 1011100 110111 1010000 1010110 11001

Color Harmonies of #507409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507409

Black with #507409

Text Example


Text Example

White with #507409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507409; }

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

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

background-color css

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

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

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

border-color css

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

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

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