Html Css Color HEX #13552D Crusoe

📋 copy color: '#13552D'

red 19 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #13552D

Tints of Crusoe #13552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 12.75%
G = 57.05%
B = 30.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#13552D (or 0x13552D) is known color: Crusoe. HEX triplet: 13, 55 and 2D. RGB value is (19,85,45). Sum of RGB (Red+Green+Blue) = 19+85+45=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #13552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552D is #ECAAD2. Grayscale: #3C3C3C. Windows color (decimal): -15510227 or 2970899. OLE color: 2970899.

HSL color Cylindrical-coordinate representation of color #13552D: hue angle of 143.64º 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 #13552D is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 45 -
CMYK 0.78 0 0.47 0.67
HSL 143.64º 0.63% 0.2% -
HSV(B) 143.64º 0.78% 0.33% -
XYZ 3.99 6.82 3.59 -
YUV 60.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 19 85 45 0.78 0 0.47 0.67 143.64 0.63 0.2
Hex 13 55 2D 4E 0 2F 43 90 3F 14
Octal 23 125 55 116 0 57 103 220 77 24
Binary 10011 1010101 101101 1001110 0 101111 1000011 10010000 111111 10100

Color Harmonies of #13552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13552D

Black with #13552D

Text Example


Text Example

White with #13552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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