#13622B

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

Shades of Crusoe #13622B

Tints of Crusoe #13622B

Color information

#13622B (or 0x13622B) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 2B. RGB value is (19,98,43). Sum of RGB (Red+Green+Blue) = 19+98+43=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #13622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13622B is #EC9DD4. Grayscale: #444444. Windows color (decimal): -15506901 or 2843155. OLE color: 2843155.

HSL color Cylindrical-coordinate representation of color #13622B: hue angle of 138.23º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13622B is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB199843-
CMYK0.8100.560.62
HSL138.23º67.52%22.94%-
HSV(B)138.23º80.61%38.43%-
XYZ5.079.053.76-
YUV68.11113.8392.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=11.88%
G=61.25%
B=26.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998430.8100.560.62138.2367.5222.94
Hex13622B510383E8a4417
Octal23142531210707621210427
Binary1001111000101010111010001011100011111010001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13622B; }

 p { color: rgb(19,98,43); }

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

<style>
 a { background-color: #13622B; }

 a { background-color: rgb(19,98,43); }

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

<style>
 span { border-color: #13622B; }

 span { border-color: rgb(19,98,43); }

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