Html Css Color HEX #13582D Crusoe

📋 copy color: '#13582D'

red 19 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #13582D

Tints of Crusoe #13582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 12.5%
G = 57.89%
B = 29.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#13582D (or 0x13582D) is known color: Crusoe. HEX triplet: 13, 58 and 2D. RGB value is (19,88,45). Sum of RGB (Red+Green+Blue) = 19+88+45=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #13582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13582D is #ECA7D2. Grayscale: #3E3E3E. Windows color (decimal): -15509459 or 2971667. OLE color: 2971667.

HSL color Cylindrical-coordinate representation of color #13582D: hue angle of 142.61º 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 #13582D is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 45 -
CMYK 0.78 0 0.49 0.65
HSL 142.61º 0.64% 0.21% -
HSV(B) 142.61º 0.78% 0.35% -
XYZ 4.23 7.31 3.67 -
YUV 62.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 19 88 45 0.78 0 0.49 0.65 142.61 0.64 0.21
Hex 13 58 2D 4E 0 31 41 8F 40 15
Octal 23 130 55 116 0 61 101 217 100 25
Binary 10011 1011000 101101 1001110 0 110001 1000001 10001111 1000000 10101

Color Harmonies of #13582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13582D

Black with #13582D

Text Example


Text Example

White with #13582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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