#0D672E

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

Shades of Crusoe #0D672E

Tints of Crusoe #0D672E

Color information

#0D672E (or 0x0D672E) is unknown color: approx Crusoe. HEX triplet: 0D, 67 and 2E. RGB value is (13,103,46). Sum of RGB (Red+Green+Blue) = 13+103+46=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #0D672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D672E is #F298D1. Grayscale: #454545. Windows color (decimal): -15898834 or 3041037. OLE color: 3041037.

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

Color convert

RGB1310346-
CMYK0.8700.550.60
HSL142º77.59%22.75%-
HSV(B)142º87.38%40.39%-
XYZ5.519.984.22-
YUV69.59114.6887.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 103 (40.62% from 255) = 63.58%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=8.02%
G=63.58%
B=28.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13103460.8700.550.6014277.5922.75
HexD672E570373C8e4e17
Octal15147561270677421611627
Binary110111001111011101010111011011111110010001110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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