#05652E

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

Shades of Crusoe #05652E

Tints of Crusoe #05652E

Color information

#05652E (or 0x05652E) is unknown color: approx Crusoe. HEX triplet: 05, 65 and 2E. RGB value is (5,101,46). Sum of RGB (Red+Green+Blue) = 5+101+46=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #05652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05652E is #FA9AD1. Grayscale: #424242. Windows color (decimal): -16423634 or 3040517. OLE color: 3040517.

HSL color Cylindrical-coordinate representation of color #05652E: hue angle of 145.62º 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 #05652E is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB510146-
CMYK0.9500.540.60
HSL145.62º90.57%20.78%-
HSV(B)145.62º95.05%39.61%-
XYZ5.219.544.15-
YUV66.03116.784.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=3.29%
G=66.45%
B=30.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101460.9500.540.60145.6290.5720.78
Hex5652E5F0363C925b15
Octal5145561370667422213325
Binary10111001011011101011111011011011110010010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05652E; }

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

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

<style>
 a { background-color: #05652E; }

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

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

<style>
 span { border-color: #05652E; }

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

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