Html Css Color HEX #13541E Crusoe

📋 copy color: '#13541E'

red 19 ◦ green 84 ◦ blue 30

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

Shades of Crusoe #13541E

Tints of Crusoe #13541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 63.16%

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

R = 14.29%
G = 63.16%
B = 22.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#13541E (or 0x13541E) is known color: Crusoe. HEX triplet: 13, 54 and 1E. RGB value is (19,84,30). Sum of RGB (Red+Green+Blue) = 19+84+30=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #13541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13541E is #ECABE1. Grayscale: #3A3A3A. Windows color (decimal): -15510498 or 1987603. OLE color: 1987603.

HSL color Cylindrical-coordinate representation of color #13541E: hue angle of 130.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13541E is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 30 -
CMYK 0.77 0 0.64 0.67
HSL 130.15º 0.63% 0.2% -
HSV(B) 130.15º 0.77% 0.33% -
XYZ 3.67 6.57 2.3 -
YUV 58.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 19 84 30 0.77 0 0.64 0.67 130.15 0.63 0.2
Hex 13 54 1E 4D 0 40 43 82 3F 14
Octal 23 124 36 115 0 100 103 202 77 24
Binary 10011 1010100 11110 1001101 0 1000000 1000011 10000010 111111 10100

Color Harmonies of #13541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13541E

Black with #13541E

Text Example


Text Example

White with #13541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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