#0D6423

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

Shades of Crusoe #0D6423

Tints of Crusoe #0D6423

Color information

#0D6423 (or 0x0D6423) is unknown color: approx Crusoe. HEX triplet: 0D, 64 and 23. RGB value is (13,100,35). Sum of RGB (Red+Green+Blue) = 13+100+35=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #0D6423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6423 is #F29BDC. Grayscale: #424242. Windows color (decimal): -15899613 or 2319373. OLE color: 2319373.

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

Color convert

RGB1310035-
CMYK0.8700.650.61
HSL135.17º76.99%22.16%-
HSV(B)135.17º87%39.22%-
XYZ5.039.323.12-
YUV66.58110.1889.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=8.78%
G=67.57%
B=23.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal13100350.8700.650.61135.1776.9922.16
HexD6423570413D874d16
Octal151444312701017520711526
Binary1101110010010001110101110100000111110110000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,100,35); }

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

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

 a { background-color: rgb(13,100,35); }

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

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

 span { border-color: rgb(13,100,35); }

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