#0D5126

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

Shades of Crusoe #0D5126

Tints of Crusoe #0D5126

Color information

#0D5126 (or 0x0D5126) is unknown color: approx Crusoe. HEX triplet: 0D, 51 and 26. RGB value is (13,81,38). Sum of RGB (Red+Green+Blue) = 13+81+38=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5126 is #F2AED9. Grayscale: #373737. Windows color (decimal): -15904474 or 2511117. OLE color: 2511117.

HSL color Cylindrical-coordinate representation of color #0D5126: hue angle of 142.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5126 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB138138-
CMYK0.8400.530.68
HSL142.06º72.34%18.43%-
HSV(B)142.06º83.95%31.76%-
XYZ3.466.112.83-
YUV55.77117.9797.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 81 (32.03% from 255) = 61.36%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=9.85%
G=61.36%
B=28.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381380.8400.530.68142.0672.3418.43
HexD512654035448e4812
Octal151214612406510421611022
Binary1101101000110011010101000110101100010010001110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,38); }

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

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

 a { background-color: rgb(13,81,38); }

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

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

 span { border-color: rgb(13,81,38); }

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