Html Css Color HEX #5E741F Fiji Green

📋 copy color: '#5E741F'

red 94 ◦ green 116 ◦ blue 31

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

Shades of Fiji Green #5E741F

Tints of Fiji Green #5E741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 39%
G = 48.13%
B = 12.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#5E741F (or 0x5E741F) is known color: Fiji Green. HEX triplet: 5E, 74 and 1F. RGB value is (94,116,31). Sum of RGB (Red+Green+Blue) = 94+116+31=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #5E741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E741F is #A18BE0. Grayscale: #646464. Windows color (decimal): -10587105 or 2061406. OLE color: 2061406.

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

Color convert

RGB 94 116 31 -
CMYK 0.19 0 0.73 0.55
HSL 75.53º 0.58% 0.29% -
HSV(B) 75.53º 0.73% 0.45% -
XYZ 11.11 14.97 3.6 -
YUV 99.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 94 116 31 0.19 0 0.73 0.55 75.53 0.58 0.29
Hex 5E 74 1F 13 0 49 37 4C 3A 1D
Octal 136 164 37 23 0 111 67 114 72 35
Binary 1011110 1110100 11111 10011 0 1001001 110111 1001100 111010 11101

Color Harmonies of #5E741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E741F

Black with #5E741F

Text Example


Text Example

White with #5E741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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