Html Css Color HEX #13561E Crusoe

📋 copy color: '#13561E'

red 19 ◦ green 86 ◦ blue 30

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

Shades of Crusoe #13561E

Tints of Crusoe #13561E

RGB

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

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

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

R = 14.07%
G = 63.7%
B = 22.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#13561E (or 0x13561E) is known color: Crusoe. HEX triplet: 13, 56 and 1E. RGB value is (19,86,30). Sum of RGB (Red+Green+Blue) = 19+86+30=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #13561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13561E is #ECA9E1. Grayscale: #3B3B3B. Windows color (decimal): -15509986 or 1988115. OLE color: 1988115.

HSL color Cylindrical-coordinate representation of color #13561E: hue angle of 129.85º 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 #13561E is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 30 -
CMYK 0.78 0 0.65 0.66
HSL 129.85º 0.64% 0.21% -
HSV(B) 129.85º 0.78% 0.34% -
XYZ 3.83 6.89 2.36 -
YUV 59.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 19 86 30 0.78 0 0.65 0.66 129.85 0.64 0.21
Hex 13 56 1E 4E 0 41 42 82 40 15
Octal 23 126 36 116 0 101 102 202 100 25
Binary 10011 1010110 11110 1001110 0 1000001 1000010 10000010 1000000 10101

Color Harmonies of #13561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13561E

Black with #13561E

Text Example


Text Example

White with #13561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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