Html Css Color HEX #13561D Crusoe

📋 copy color: '#13561D'

red 19 ◦ green 86 ◦ blue 29

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

Shades of Crusoe #13561D

Tints of Crusoe #13561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 64.18%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 14.18%
G = 64.18%
B = 21.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#13561D (or 0x13561D) is known color: Crusoe. HEX triplet: 13, 56 and 1D. RGB value is (19,86,29). Sum of RGB (Red+Green+Blue) = 19+86+29=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #13561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13561D is #ECA9E2. Grayscale: #3B3B3B. Windows color (decimal): -15509987 or 1922579. OLE color: 1922579.

HSL color Cylindrical-coordinate representation of color #13561D: hue angle of 128.96º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13561D is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 29 -
CMYK 0.78 0 0.66 0.66
HSL 128.96º 0.64% 0.21% -
HSV(B) 128.96º 0.78% 0.34% -
XYZ 3.82 6.88 2.29 -
YUV 59.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 19 86 29 0.78 0 0.66 0.66 128.96 0.64 0.21
Hex 13 56 1D 4E 0 42 42 81 40 15
Octal 23 126 35 116 0 102 102 201 100 25
Binary 10011 1010110 11101 1001110 0 1000010 1000010 10000001 1000000 10101

Color Harmonies of #13561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13561D

Black with #13561D

Text Example


Text Example

White with #13561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13561D; }

 p { color: rgb(19,86,29); }

 H1.HeaderClassName
 {
   color: #13561D;
 }
 .AnyTagClassName
 {
   color: #13561D;
 }
</style>

background-color css

<style>
 a { background-color: #13561D; }

 a { background-color: rgb(19,86,29); }

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

border-color css

<style>
 span { border-color: #13561D; }

 span { border-color: rgb(19,86,29); }

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