#0D612A

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

Shades of Crusoe #0D612A

Tints of Crusoe #0D612A

Color information

#0D612A (or 0x0D612A) is unknown color: approx Crusoe. HEX triplet: 0D, 61 and 2A. RGB value is (13,97,42). Sum of RGB (Red+Green+Blue) = 13+97+42=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612A is #F29ED5. Grayscale: #414141. Windows color (decimal): -15900374 or 2777357. OLE color: 2777357.

HSL color Cylindrical-coordinate representation of color #0D612A: hue angle of 140.71º 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 #0D612A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB139742-
CMYK0.8700.570.62
HSL140.71º76.36%21.57%-
HSV(B)140.71º86.6%38.04%-
XYZ4.868.83.63-
YUV65.61114.6790.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=8.55%
G=63.82%
B=27.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397420.8700.570.62140.7176.3621.57
HexD612A570393E8d4c16
Octal15141521270717621511426
Binary110111000011010101010111011100111111010001101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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