#5D630E

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

Shades of Fiji Green #5D630E

Tints of Fiji Green #5D630E

Color information

#5D630E (or 0x5D630E) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 0E. RGB value is (93,99,14). Sum of RGB (Red+Green+Blue) = 93+99+14=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #5D630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D630E is #A29CF1. Grayscale: #575757. Windows color (decimal): -10657010 or 942941. OLE color: 942941.

HSL color Cylindrical-coordinate representation of color #5D630E: hue angle of 64.24º 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 #5D630E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB939914-
CMYK0.0600.860.61
HSL64.24º75.22%22.16%-
HSV(B)64.24º85.86%38.82%-
XYZ9.0611.282.12-
YUV87.5286.51131.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=45.15%
G=48.06%
B=6.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399140.0600.860.6164.2475.2222.16
Hex5D63E60563D404b16
Octal13514316601267510011326
Binary101110111000111110110010101101111011000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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