#5F631A

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

Shades of Fiji Green #5F631A

Tints of Fiji Green #5F631A

Color information

#5F631A (or 0x5F631A) is unknown color: approx Fiji Green. HEX triplet: 5F, 63 and 1A. RGB value is (95,99,26). Sum of RGB (Red+Green+Blue) = 95+99+26=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #5F631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F631A is #A09CE5. Grayscale: #595959. Windows color (decimal): -10525926 or 1729375. OLE color: 1729375.

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

Color convert

RGB959926-
CMYK0.0400.740.61
HSL63.29º58.4%24.51%-
HSV(B)63.29º73.74%38.82%-
XYZ9.3711.432.69-
YUV89.4892.17131.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=43.18%
G=45%
B=11.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599260.0400.740.6163.2958.424.51
Hex5F631A404A3D3f3a19
Octal137143324011275777231
Binary10111111100011110101000100101011110111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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