Html Css Color HEX #13502B Crusoe

📋 copy color: '#13502B'

red 19 ◦ green 80 ◦ blue 43

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

Shades of Crusoe #13502B

Tints of Crusoe #13502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.34%

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 13.38%
G = 56.34%
B = 30.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#13502B (or 0x13502B) is known color: Crusoe. HEX triplet: 13, 50 and 2B. RGB value is (19,80,43). Sum of RGB (Red+Green+Blue) = 19+80+43=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #13502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13502B is #ECAFD4. Grayscale: #393939. Windows color (decimal): -15511509 or 2838547. OLE color: 2838547.

HSL color Cylindrical-coordinate representation of color #13502B: hue angle of 143.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13502B is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 43 -
CMYK 0.76 0 0.46 0.69
HSL 143.61º 0.62% 0.19% -
HSV(B) 143.61º 0.76% 0.31% -
XYZ 3.57 6.05 3.26 -
YUV 57.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 19 80 43 0.76 0 0.46 0.69 143.61 0.62 0.19
Hex 13 50 2B 4C 0 2E 45 90 3E 13
Octal 23 120 53 114 0 56 105 220 76 23
Binary 10011 1010000 101011 1001100 0 101110 1000101 10010000 111110 10011

Color Harmonies of #13502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13502B

Black with #13502B

Text Example


Text Example

White with #13502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13502B; }

 p { color: rgb(19,80,43); }

 H1.HeaderClassName
 {
   color: #13502B;
 }
 .AnyTagClassName
 {
   color: #13502B;
 }
</style>

background-color css

<style>
 a { background-color: #13502B; }

 a { background-color: rgb(19,80,43); }

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

border-color css

<style>
 span { border-color: #13502B; }

 span { border-color: rgb(19,80,43); }

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