Html Css Color HEX #13641E Crusoe

📋 copy color: '#13641E'

red 19 ◦ green 100 ◦ blue 30

#13641E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #13641E

Tints of Crusoe #13641E

RGB

 RED value IS 19 (7.81% from 255) = 12.75%

 GREEN value IS 100 (39.45% from 255) = 67.11%

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 12.75%
G = 67.11%
B = 20.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#13641E (or 0x13641E) is known color: Crusoe. HEX triplet: 13, 64 and 1E. RGB value is (19,100,30). Sum of RGB (Red+Green+Blue) = 19+100+30=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #13641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13641E is #EC9BE1. Grayscale: #444444. Windows color (decimal): -15506402 or 1991699. OLE color: 1991699.

HSL color Cylindrical-coordinate representation of color #13641E: hue angle of 128.15º 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 #13641E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 30 -
CMYK 0.81 0 0.70 0.61
HSL 128.15º 0.68% 0.23% -
HSV(B) 128.15º 0.81% 0.39% -
XYZ 5.06 9.35 2.77 -
YUV 67.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 19 100 30 0.81 0 0.70 0.61 128.15 0.68 0.23
Hex 13 64 1E 51 0 46 3D 80 44 17
Octal 23 144 36 121 0 106 75 200 104 27
Binary 10011 1100100 11110 1010001 0 1000110 111101 10000000 1000100 10111

Color Harmonies of #13641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13641E

Black with #13641E

Text Example


Text Example

White with #13641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13641E;
 }
 .AnyTagClassName
 {
   color: #13641E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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