Html Css Color HEX #13552C Crusoe

📋 copy color: '#13552C'

red 19 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #13552C

Tints of Crusoe #13552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 12.84%
G = 57.43%
B = 29.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#13552C (or 0x13552C) is known color: Crusoe. HEX triplet: 13, 55 and 2C. RGB value is (19,85,44). Sum of RGB (Red+Green+Blue) = 19+85+44=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #13552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552C is #ECAAD3. Grayscale: #3C3C3C. Windows color (decimal): -15510228 or 2905363. OLE color: 2905363.

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

Color convert

RGB 19 85 44 -
CMYK 0.78 0 0.48 0.67
HSL 142.73º 0.63% 0.2% -
HSV(B) 142.73º 0.78% 0.33% -
XYZ 3.97 6.82 3.49 -
YUV 60.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 19 85 44 0.78 0 0.48 0.67 142.73 0.63 0.2
Hex 13 55 2C 4E 0 30 43 8F 3F 14
Octal 23 125 54 116 0 60 103 217 77 24
Binary 10011 1010101 101100 1001110 0 110000 1000011 10001111 111111 10100

Color Harmonies of #13552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13552C

Black with #13552C

Text Example


Text Example

White with #13552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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