#13641B

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

Shades of Crusoe #13641B

Tints of Crusoe #13641B

Color information

#13641B (or 0x13641B) is unknown color: approx Crusoe. HEX triplet: 13, 64 and 1B. RGB value is (19,100,27). Sum of RGB (Red+Green+Blue) = 19+100+27=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #13641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13641B is #EC9BE4. Grayscale: #434343. Windows color (decimal): -15506405 or 1795091. OLE color: 1795091.

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

Color convert

RGB1910027-
CMYK0.8100.730.61
HSL125.93º68.07%23.33%-
HSV(B)125.93º81%39.22%-
XYZ5.029.332.57-
YUV67.46105.1693.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 100 (39.45% from 255) = 68.49%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=13.01%
G=68.49%
B=18.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100270.8100.730.61125.9368.0723.33
Hex13641B510493D7e4417
Octal231443312101117517610427
Binary100111100100110111010001010010011111011111110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,100,27); }

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

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

 a { background-color: rgb(19,100,27); }

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

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

 span { border-color: rgb(19,100,27); }

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