#05651A

Color #05651A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #05651A

Tints of Crusoe #05651A

Color information

#05651A (or 0x05651A) is unknown color: approx Crusoe. HEX triplet: 05, 65 and 1A. RGB value is (5,101,26). Sum of RGB (Red+Green+Blue) = 5+101+26=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #05651A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05651A is #FA9AE5. Grayscale: #3F3F3F. Windows color (decimal): -16423654 or 1729797. OLE color: 1729797.

HSL color Cylindrical-coordinate representation of color #05651A: hue angle of 133.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05651A is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB510126-
CMYK0.9500.740.60
HSL133.12º90.57%20.78%-
HSV(B)133.12º95.05%39.61%-
XYZ4.99.412.54-
YUV63.75106.786.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 101 (39.84% from 255) = 76.52%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=3.79%
G=76.52%
B=19.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101260.9500.740.60133.1290.5720.78
Hex5651A5F04A3C855b15
Octal51453213701127420513325
Binary10111001011101010111110100101011110010000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05651A; }

 p { color: rgb(5,101,26); }

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

<style>
 a { background-color: #05651A; }

 a { background-color: rgb(5,101,26); }

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

<style>
 span { border-color: #05651A; }

 span { border-color: rgb(5,101,26); }

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