#5E630F

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

Shades of Fiji Green #5E630F

Tints of Fiji Green #5E630F

Color information

#5E630F (or 0x5E630F) is unknown color: approx Fiji Green. HEX triplet: 5E, 63 and 0F. RGB value is (94,99,15). Sum of RGB (Red+Green+Blue) = 94+99+15=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630F is #A19CF0. Grayscale: #585858. Windows color (decimal): -10591473 or 1008478. OLE color: 1008478.

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

Color convert

RGB949915-
CMYK0.0500.850.61
HSL63.57º73.68%22.35%-
HSV(B)63.57º84.85%38.82%-
XYZ9.1611.342.16-
YUV87.9386.84132.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=45.19%
G=47.60%
B=7.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499150.0500.850.6163.5773.6822.35
Hex5E63F50553D404a16
Octal13614317501257510011226
Binary101111011000111111101010101011111011000000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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