Html Css Color HEX #507204 Fiji Green

📋 copy color: '#507204'

red 80 ◦ green 114 ◦ blue 4

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

Shades of Fiji Green #507204

Tints of Fiji Green #507204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 40.4%
G = 57.58%
B = 2.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#507204 (or 0x507204) is known color: Fiji Green. HEX triplet: 50, 72 and 04. RGB value is (80,114,4). Sum of RGB (Red+Green+Blue) = 80+114+4=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #507204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507204 is #AF8DFB. Grayscale: #5B5B5B. Windows color (decimal): -11505148 or 291408. OLE color: 291408.

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

Color convert

RGB 80 114 4 -
CMYK 0.30 0 0.96 0.55
HSL 78.55º 0.93% 0.23% -
HSV(B) 78.55º 0.96% 0.45% -
XYZ 9.35 13.75 2.28 -
YUV 91.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 80 114 4 0.30 0 0.96 0.55 78.55 0.93 0.23
Hex 50 72 4 1E 0 60 37 4F 5D 17
Octal 120 162 4 36 0 140 67 117 135 27
Binary 1010000 1110010 100 11110 0 1100000 110111 1001111 1011101 10111

Color Harmonies of #507204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507204

Black with #507204

Text Example


Text Example

White with #507204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507204; }

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

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

background-color css

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

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

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

border-color css

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

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

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