Html Css Color HEX #13551D Crusoe

📋 copy color: '#13551D'

red 19 ◦ green 85 ◦ blue 29

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

Shades of Crusoe #13551D

Tints of Crusoe #13551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.91%

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

R = 14.29%
G = 63.91%
B = 21.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#13551D (or 0x13551D) is known color: Crusoe. HEX triplet: 13, 55 and 1D. RGB value is (19,85,29). Sum of RGB (Red+Green+Blue) = 19+85+29=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #13551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551D is #ECAAE2. Grayscale: #3B3B3B. Windows color (decimal): -15510243 or 1922323. OLE color: 1922323.

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

Color convert

RGB 19 85 29 -
CMYK 0.78 0 0.66 0.67
HSL 129.09º 0.63% 0.2% -
HSV(B) 129.09º 0.78% 0.33% -
XYZ 3.74 6.72 2.26 -
YUV 58.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 19 85 29 0.78 0 0.66 0.67 129.09 0.63 0.2
Hex 13 55 1D 4E 0 42 43 81 3F 14
Octal 23 125 35 116 0 102 103 201 77 24
Binary 10011 1010101 11101 1001110 0 1000010 1000011 10000001 111111 10100

Color Harmonies of #13551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13551D

Black with #13551D

Text Example


Text Example

White with #13551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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