Html Css Color HEX #13511F Crusoe

📋 copy color: '#13511F'

red 19 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #13511F

Tints of Crusoe #13511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.83%

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 14.5%
G = 61.83%
B = 23.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#13511F (or 0x13511F) is known color: Crusoe. HEX triplet: 13, 51 and 1F. RGB value is (19,81,31). Sum of RGB (Red+Green+Blue) = 19+81+31=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #13511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511F is #ECAEE0. Grayscale: #383838. Windows color (decimal): -15511265 or 2052371. OLE color: 2052371.

HSL color Cylindrical-coordinate representation of color #13511F: hue angle of 131.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13511F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 31 -
CMYK 0.77 0 0.62 0.68
HSL 131.61º 0.62% 0.2% -
HSV(B) 131.61º 0.77% 0.32% -
XYZ 3.46 6.12 2.3 -
YUV 56.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 19 81 31 0.77 0 0.62 0.68 131.61 0.62 0.2
Hex 13 51 1F 4D 0 3E 44 84 3E 14
Octal 23 121 37 115 0 76 104 204 76 24
Binary 10011 1010001 11111 1001101 0 111110 1000100 10000100 111110 10100

Color Harmonies of #13511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13511F

Black with #13511F

Text Example


Text Example

White with #13511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13511F; }

 p { color: rgb(19,81,31); }

 H1.HeaderClassName
 {
   color: #13511F;
 }
 .AnyTagClassName
 {
   color: #13511F;
 }
</style>

background-color css

<style>
 a { background-color: #13511F; }

 a { background-color: rgb(19,81,31); }

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

border-color css

<style>
 span { border-color: #13511F; }

 span { border-color: rgb(19,81,31); }

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