Html Css Color HEX #13641C Crusoe

📋 copy color: '#13641C'

red 19 ◦ green 100 ◦ blue 28

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

Shades of Crusoe #13641C

Tints of Crusoe #13641C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 12.93%
G = 68.03%
B = 19.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#13641C (or 0x13641C) is known color: Crusoe. HEX triplet: 13, 64 and 1C. RGB value is (19,100,28). Sum of RGB (Red+Green+Blue) = 19+100+28=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #13641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13641C is #EC9BE3. Grayscale: #434343. Windows color (decimal): -15506404 or 1860627. OLE color: 1860627.

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

Color convert

RGB 19 100 28 -
CMYK 0.81 0 0.72 0.61
HSL 126.67º 0.68% 0.23% -
HSV(B) 126.67º 0.81% 0.39% -
XYZ 5.04 9.34 2.64 -
YUV 67.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 19 100 28 0.81 0 0.72 0.61 126.67 0.68 0.23
Hex 13 64 1C 51 0 48 3D 7F 44 17
Octal 23 144 34 121 0 110 75 177 104 27
Binary 10011 1100100 11100 1010001 0 1001000 111101 1111111 1000100 10111

Color Harmonies of #13641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13641C

Black with #13641C

Text Example


Text Example

White with #13641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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