#0D612E

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

Shades of Crusoe #0D612E

Tints of Crusoe #0D612E

Color information

#0D612E (or 0x0D612E) is unknown color: approx Crusoe. HEX triplet: 0D, 61 and 2E. RGB value is (13,97,46). Sum of RGB (Red+Green+Blue) = 13+97+46=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612E is #F29ED1. Grayscale: #424242. Windows color (decimal): -15900370 or 3039501. OLE color: 3039501.

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

Color convert

RGB139746-
CMYK0.8700.530.62
HSL143.57º76.36%21.57%-
HSV(B)143.57º86.6%38.04%-
XYZ4.938.834.03-
YUV66.07116.6790.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=8.33%
G=62.18%
B=29.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397460.8700.530.62143.5776.3621.57
HexD612E570353E904c16
Octal15141561270657622011426
Binary110111000011011101010111011010111111010010000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,46); }

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

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

 a { background-color: rgb(13,97,46); }

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

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

 span { border-color: rgb(13,97,46); }

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