Html Css Color HEX #5E7419 Fiji Green

📋 copy color: '#5E7419'

red 94 ◦ green 116 ◦ blue 25

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

Shades of Fiji Green #5E7419

Tints of Fiji Green #5E7419

RGB

 RED value IS 94 (37.11% from 255) = 40%

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

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 40%
G = 49.36%
B = 10.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#5E7419 (or 0x5E7419) is known color: Fiji Green. HEX triplet: 5E, 74 and 19. RGB value is (94,116,25). Sum of RGB (Red+Green+Blue) = 94+116+25=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7419 is #A18BE6. Grayscale: #636363. Windows color (decimal): -10587111 or 1668190. OLE color: 1668190.

HSL color Cylindrical-coordinate representation of color #5E7419: hue angle of 74.51º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E7419 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 25 -
CMYK 0.19 0 0.78 0.55
HSL 74.51º 0.65% 0.28% -
HSV(B) 74.51º 0.78% 0.45% -
XYZ 11.04 14.94 3.22 -
YUV 99.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 94 116 25 0.19 0 0.78 0.55 74.51 0.65 0.28
Hex 5E 74 19 13 0 4E 37 4B 41 1C
Octal 136 164 31 23 0 116 67 113 101 34
Binary 1011110 1110100 11001 10011 0 1001110 110111 1001011 1000001 11100

Color Harmonies of #5E7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7419

Black with #5E7419

Text Example


Text Example

White with #5E7419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7419; }

 p { color: rgb(94,116,25); }

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

background-color css

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

 a { background-color: rgb(94,116,25); }

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

border-color css

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

 span { border-color: rgb(94,116,25); }

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