Html Css Color HEX #5E7028 Fiji Green

📋 copy color: '#5E7028'

red 94 ◦ green 112 ◦ blue 40

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

Shades of Fiji Green #5E7028

Tints of Fiji Green #5E7028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 38.21%
G = 45.53%
B = 16.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#5E7028 (or 0x5E7028) is known color: Fiji Green. HEX triplet: 5E, 70 and 28. RGB value is (94,112,40). Sum of RGB (Red+Green+Blue) = 94+112+40=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7028 is #A18FD7. Grayscale: #626262. Windows color (decimal): -10588120 or 2650206. OLE color: 2650206.

HSL color Cylindrical-coordinate representation of color #5E7028: hue angle of 75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E7028 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 40 -
CMYK 0.16 0 0.64 0.56
HSL 75º 0.47% 0.3% -
HSV(B) 75º 0.64% 0.44% -
XYZ 10.79 14.12 4.16 -
YUV 98.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 94 112 40 0.16 0 0.64 0.56 75 0.47 0.3
Hex 5E 70 28 10 0 40 38 4B 2F 1E
Octal 136 160 50 20 0 100 70 113 57 36
Binary 1011110 1110000 101000 10000 0 1000000 111000 1001011 101111 11110

Color Harmonies of #5E7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7028

Black with #5E7028

Text Example


Text Example

White with #5E7028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,40); }

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

background-color css

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

 a { background-color: rgb(94,112,40); }

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

border-color css

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

 span { border-color: rgb(94,112,40); }

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