Html Css Color HEX #13591E Crusoe

📋 copy color: '#13591E'

red 19 ◦ green 89 ◦ blue 30

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

Shades of Crusoe #13591E

Tints of Crusoe #13591E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.49%

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 13.77%
G = 64.49%
B = 21.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#13591E (or 0x13591E) is known color: Crusoe. HEX triplet: 13, 59 and 1E. RGB value is (19,89,30). Sum of RGB (Red+Green+Blue) = 19+89+30=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #13591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591E is #ECA6E1. Grayscale: #3D3D3D. Windows color (decimal): -15509218 or 1988883. OLE color: 1988883.

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

Color convert

RGB 19 89 30 -
CMYK 0.79 0 0.66 0.65
HSL 129.43º 0.65% 0.21% -
HSV(B) 129.43º 0.79% 0.35% -
XYZ 4.08 7.38 2.44 -
YUV 61.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 19 89 30 0.79 0 0.66 0.65 129.43 0.65 0.21
Hex 13 59 1E 4F 0 42 41 81 41 15
Octal 23 131 36 117 0 102 101 201 101 25
Binary 10011 1011001 11110 1001111 0 1000010 1000001 10000001 1000001 10101

Color Harmonies of #13591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13591E

Black with #13591E

Text Example


Text Example

White with #13591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,89,30); }

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

background-color css

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

 a { background-color: rgb(19,89,30); }

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

border-color css

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

 span { border-color: rgb(19,89,30); }

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