#0D652F

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

Shades of Crusoe #0D652F

Tints of Crusoe #0D652F

Color information

#0D652F (or 0x0D652F) is unknown color: approx Crusoe. HEX triplet: 0D, 65 and 2F. RGB value is (13,101,47). Sum of RGB (Red+Green+Blue) = 13+101+47=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #0D652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D652F is #F29AD0. Grayscale: #444444. Windows color (decimal): -15899345 or 3106061. OLE color: 3106061.

HSL color Cylindrical-coordinate representation of color #0D652F: hue angle of 143.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D652F is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1310147-
CMYK0.8700.530.60
HSL143.18º77.19%22.35%-
HSV(B)143.18º87.13%39.61%-
XYZ5.339.64.26-
YUV68.53115.8588.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 101 (39.84% from 255) = 62.73%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=8.07%
G=62.73%
B=29.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13101470.8700.530.60143.1877.1922.35
HexD652F570353C8f4d16
Octal15145571270657421711526
Binary110111001011011111010111011010111110010001111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D652F; }

 p { color: rgb(13,101,47); }

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

<style>
 a { background-color: #0D652F; }

 a { background-color: rgb(13,101,47); }

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

<style>
 span { border-color: #0D652F; }

 span { border-color: rgb(13,101,47); }

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