Html Css Color HEX #13502A Crusoe

📋 copy color: '#13502A'

red 19 ◦ green 80 ◦ blue 42

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

Shades of Crusoe #13502A

Tints of Crusoe #13502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 13.48%
G = 56.74%
B = 29.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#13502A (or 0x13502A) is known color: Crusoe. HEX triplet: 13, 50 and 2A. RGB value is (19,80,42). Sum of RGB (Red+Green+Blue) = 19+80+42=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #13502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13502A is #ECAFD5. Grayscale: #393939. Windows color (decimal): -15511510 or 2773011. OLE color: 2773011.

HSL color Cylindrical-coordinate representation of color #13502A: hue angle of 142.62º 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 #13502A is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 42 -
CMYK 0.76 0 0.48 0.69
HSL 142.62º 0.62% 0.19% -
HSV(B) 142.62º 0.76% 0.31% -
XYZ 3.56 6.04 3.17 -
YUV 57.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 19 80 42 0.76 0 0.48 0.69 142.62 0.62 0.19
Hex 13 50 2A 4C 0 30 45 8F 3E 13
Octal 23 120 52 114 0 60 105 217 76 23
Binary 10011 1010000 101010 1001100 0 110000 1000101 10001111 111110 10011

Color Harmonies of #13502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13502A

Black with #13502A

Text Example


Text Example

White with #13502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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