#5E630E

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

Shades of Fiji Green #5E630E

Tints of Fiji Green #5E630E

Color information

#5E630E (or 0x5E630E) is unknown color: approx Fiji Green. HEX triplet: 5E, 63 and 0E. RGB value is (94,99,14). Sum of RGB (Red+Green+Blue) = 94+99+14=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630E is #A19CF1. Grayscale: #585858. Windows color (decimal): -10591474 or 942942. OLE color: 942942.

HSL color Cylindrical-coordinate representation of color #5E630E: hue angle of 63.53º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E630E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB949914-
CMYK0.0500.860.61
HSL63.53º75.22%22.16%-
HSV(B)63.53º85.86%38.82%-
XYZ9.1611.342.12-
YUV87.8286.34132.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=45.41%
G=47.83%
B=6.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499140.0500.860.6163.5375.2222.16
Hex5E63E50563D404b16
Octal13614316501267510011326
Binary101111011000111110101010101101111011000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,14); }

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

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

 a { background-color: rgb(94,99,14); }

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

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

 span { border-color: rgb(94,99,14); }

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