Html Css Color HEX #13552E Crusoe

📋 copy color: '#13552E'

red 19 ◦ green 85 ◦ blue 46

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

Shades of Crusoe #13552E

Tints of Crusoe #13552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 12.67%
G = 56.67%
B = 30.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#13552E (or 0x13552E) is known color: Crusoe. HEX triplet: 13, 55 and 2E. RGB value is (19,85,46). Sum of RGB (Red+Green+Blue) = 19+85+46=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #13552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552E is #ECAAD1. Grayscale: #3C3C3C. Windows color (decimal): -15510226 or 3036435. OLE color: 3036435.

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

Color convert

RGB 19 85 46 -
CMYK 0.78 0 0.46 0.67
HSL 144.55º 0.63% 0.2% -
HSV(B) 144.55º 0.78% 0.33% -
XYZ 4.01 6.83 3.69 -
YUV 60.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 19 85 46 0.78 0 0.46 0.67 144.55 0.63 0.2
Hex 13 55 2E 4E 0 2E 43 91 3F 14
Octal 23 125 56 116 0 56 103 221 77 24
Binary 10011 1010101 101110 1001110 0 101110 1000011 10010001 111111 10100

Color Harmonies of #13552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13552E

Black with #13552E

Text Example


Text Example

White with #13552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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