#5D631A

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

Shades of Fiji Green #5D631A

Tints of Fiji Green #5D631A

Color information

#5D631A (or 0x5D631A) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 1A. RGB value is (93,99,26). Sum of RGB (Red+Green+Blue) = 93+99+26=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #5D631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D631A is #A29CE5. Grayscale: #595959. Windows color (decimal): -10656998 or 1729373. OLE color: 1729373.

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

Color convert

RGB939926-
CMYK0.0600.740.61
HSL64.93º58.4%24.51%-
HSV(B)64.93º73.74%38.82%-
XYZ9.1611.332.68-
YUV88.8892.51130.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=42.66%
G=45.41%
B=11.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399260.0600.740.6164.9358.424.51
Hex5D631A604A3D413a19
Octal1351433260112751017231
Binary101110111000111101011001001010111101100000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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