#5E7226

Color #5E7226 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E7226

Tints of Fiji Green #5E7226

Color information

#5E7226 (or 0x5E7226) is unknown color: approx Fiji Green. HEX triplet: 5E, 72 and 26. RGB value is (94,114,38). Sum of RGB (Red+Green+Blue) = 94+114+38=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7226 is #A18DD9. Grayscale: #636363. Windows color (decimal): -10587610 or 2519646. OLE color: 2519646.

HSL color Cylindrical-coordinate representation of color #5E7226: hue angle of 75.79º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E7226 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB9411438-
CMYK0.1800.670.55
HSL75.79º50%29.8%-
HSV(B)75.79º66.67%44.71%-
XYZ10.9814.554.06-
YUV99.3693.37124.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=38.21%
G=46.34%
B=15.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114380.1800.670.5575.795029.8
Hex5E722612043374c321e
Octal13616246220103671146236
Binary101111011100101001101001001000011110111100110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,114,38); }

 H1.HeaderClassName
 {
   color: #5E7226;
 }
 .AnyTagClassName
 {
   color: #5E7226;
 }
</style>
background-color css

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

 a { background-color: rgb(94,114,38); }

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

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

 span { border-color: rgb(94,114,38); }

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