#5E6525

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

Shades of Fiji Green #5E6525

Tints of Fiji Green #5E6525

Color information

#5E6525 (or 0x5E6525) is unknown color: approx Fiji Green. HEX triplet: 5E, 65 and 25. RGB value is (94,101,37). Sum of RGB (Red+Green+Blue) = 94+101+37=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6525 is #A19ADA. Grayscale: #5B5B5B. Windows color (decimal): -10590939 or 2450782. OLE color: 2450782.

HSL color Cylindrical-coordinate representation of color #5E6525: hue angle of 66.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E6525 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB9410137-
CMYK0.0700.630.60
HSL66.56º46.38%27.06%-
HSV(B)66.56º63.37%39.61%-
XYZ9.611.823.53-
YUV91.6197.18129.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=40.52%
G=43.53%
B=15.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101370.0700.630.6066.5646.3827.06
Hex5E6525703F3C432e1b
Octal136145457077741035633
Binary101111011001011001011110111111111100100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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