#5C7226

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

Shades of Fiji Green #5C7226

Tints of Fiji Green #5C7226

Color information

#5C7226 (or 0x5C7226) is unknown color: approx Fiji Green. HEX triplet: 5C, 72 and 26. RGB value is (92,114,38). Sum of RGB (Red+Green+Blue) = 92+114+38=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7226 is #A38DD9. Grayscale: #636363. Windows color (decimal): -10718682 or 2519644. OLE color: 2519644.

HSL color Cylindrical-coordinate representation of color #5C7226: hue angle of 77.37º 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 #5C7226 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB9211438-
CMYK0.1900.670.55
HSL77.37º50%29.8%-
HSV(B)77.37º66.67%44.71%-
XYZ10.7814.454.05-
YUV98.7693.71123.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=37.70%
G=46.72%
B=15.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114380.1900.670.5577.375029.8
Hex5C722613043374d321e
Octal13416246230103671156236
Binary101110011100101001101001101000011110111100110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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