Html Css Color HEX #13552F Crusoe

📋 copy color: '#13552F'

red 19 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #13552F

Tints of Crusoe #13552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 12.58%
G = 56.29%
B = 31.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#13552F (or 0x13552F) is known color: Crusoe. HEX triplet: 13, 55 and 2F. RGB value is (19,85,47). Sum of RGB (Red+Green+Blue) = 19+85+47=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #13552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552F is #ECAAD0. Grayscale: #3D3D3D. Windows color (decimal): -15510225 or 3101971. OLE color: 3101971.

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

Color convert

RGB 19 85 47 -
CMYK 0.78 0 0.45 0.67
HSL 145.45º 0.63% 0.2% -
HSV(B) 145.45º 0.78% 0.33% -
XYZ 4.03 6.84 3.8 -
YUV 60.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 19 85 47 0.78 0 0.45 0.67 145.45 0.63 0.2
Hex 13 55 2F 4E 0 2D 43 91 3F 14
Octal 23 125 57 116 0 55 103 221 77 24
Binary 10011 1010101 101111 1001110 0 101101 1000011 10010001 111111 10100

Color Harmonies of #13552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13552F

Black with #13552F

Text Example


Text Example

White with #13552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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