Html Css Color HEX #13591C Crusoe

📋 copy color: '#13591C'

red 19 ◦ green 89 ◦ blue 28

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

Shades of Crusoe #13591C

Tints of Crusoe #13591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 13.97%
G = 65.44%
B = 20.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#13591C (or 0x13591C) is known color: Crusoe. HEX triplet: 13, 59 and 1C. RGB value is (19,89,28). Sum of RGB (Red+Green+Blue) = 19+89+28=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #13591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591C is #ECA6E3. Grayscale: #3D3D3D. Windows color (decimal): -15509220 or 1857811. OLE color: 1857811.

HSL color Cylindrical-coordinate representation of color #13591C: hue angle of 127.71º 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 #13591C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 28 -
CMYK 0.79 0 0.69 0.65
HSL 127.71º 0.65% 0.21% -
HSV(B) 127.71º 0.79% 0.35% -
XYZ 4.05 7.37 2.31 -
YUV 61.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 19 89 28 0.79 0 0.69 0.65 127.71 0.65 0.21
Hex 13 59 1C 4F 0 45 41 80 41 15
Octal 23 131 34 117 0 105 101 200 101 25
Binary 10011 1011001 11100 1001111 0 1000101 1000001 10000000 1000001 10101

Color Harmonies of #13591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13591C

Black with #13591C

Text Example


Text Example

White with #13591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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