#5D630A

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

Shades of Fiji Green #5D630A

Tints of Fiji Green #5D630A

Color information

#5D630A (or 0x5D630A) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 0A. RGB value is (93,99,10). Sum of RGB (Red+Green+Blue) = 93+99+10=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #5D630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D630A is #A29CF5. Grayscale: #575757. Windows color (decimal): -10657014 or 680797. OLE color: 680797.

HSL color Cylindrical-coordinate representation of color #5D630A: hue angle of 64.04º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D630A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB939910-
CMYK0.0600.900.61
HSL64.04º81.65%21.37%-
HSV(B)64.04º89.9%38.82%-
XYZ9.0311.271.99-
YUV87.0684.51132.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.04%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=46.04%
G=49.01%
B=4.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399100.0600.900.6164.0481.6521.37
Hex5D63A605A3D405215
Octal13514312601327510012225
Binary101110111000111010110010110101111011000000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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