Html Css Color HEX #13582E Crusoe

📋 copy color: '#13582E'

red 19 ◦ green 88 ◦ blue 46

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

Shades of Crusoe #13582E

Tints of Crusoe #13582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.52%

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

R = 12.42%
G = 57.52%
B = 30.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#13582E (or 0x13582E) is known color: Crusoe. HEX triplet: 13, 58 and 2E. RGB value is (19,88,46). Sum of RGB (Red+Green+Blue) = 19+88+46=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #13582E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13582E is #ECA7D1. Grayscale: #3E3E3E. Windows color (decimal): -15509458 or 3037203. OLE color: 3037203.

HSL color Cylindrical-coordinate representation of color #13582E: hue angle of 143.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13582E is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 46 -
CMYK 0.78 0 0.48 0.65
HSL 143.48º 0.64% 0.21% -
HSV(B) 143.48º 0.78% 0.35% -
XYZ 4.25 7.32 3.77 -
YUV 62.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 19 88 46 0.78 0 0.48 0.65 143.48 0.64 0.21
Hex 13 58 2E 4E 0 30 41 8F 40 15
Octal 23 130 56 116 0 60 101 217 100 25
Binary 10011 1011000 101110 1001110 0 110000 1000001 10001111 1000000 10101

Color Harmonies of #13582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13582E

Black with #13582E

Text Example


Text Example

White with #13582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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