Html Css Color HEX #5E7125 Fiji Green

📋 copy color: '#5E7125'

red 94 ◦ green 113 ◦ blue 37

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

Shades of Fiji Green #5E7125

Tints of Fiji Green #5E7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 38.52%
G = 46.31%
B = 15.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#5E7125 (or 0x5E7125) is known color: Fiji Green. HEX triplet: 5E, 71 and 25. RGB value is (94,113,37). Sum of RGB (Red+Green+Blue) = 94+113+37=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7125 is #A18EDA. Grayscale: #626262. Windows color (decimal): -10587867 or 2453854. OLE color: 2453854.

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

Color convert

RGB 94 113 37 -
CMYK 0.17 0 0.67 0.56
HSL 75º 0.51% 0.29% -
HSV(B) 75º 0.67% 0.44% -
XYZ 10.86 14.32 3.94 -
YUV 98.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 94 113 37 0.17 0 0.67 0.56 75 0.51 0.29
Hex 5E 71 25 11 0 43 38 4B 33 1D
Octal 136 161 45 21 0 103 70 113 63 35
Binary 1011110 1110001 100101 10001 0 1000011 111000 1001011 110011 11101

Color Harmonies of #5E7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7125

Black with #5E7125

Text Example


Text Example

White with #5E7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,37); }

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

background-color css

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

 a { background-color: rgb(94,113,37); }

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

border-color css

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

 span { border-color: rgb(94,113,37); }

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