Html Css Color HEX #13541F Crusoe

📋 copy color: '#13541F'

red 19 ◦ green 84 ◦ blue 31

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

Shades of Crusoe #13541F

Tints of Crusoe #13541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 62.69%

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

R = 14.18%
G = 62.69%
B = 23.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#13541F (or 0x13541F) is known color: Crusoe. HEX triplet: 13, 54 and 1F. RGB value is (19,84,31). Sum of RGB (Red+Green+Blue) = 19+84+31=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #13541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13541F is #ECABE0. Grayscale: #3A3A3A. Windows color (decimal): -15510497 or 2053139. OLE color: 2053139.

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

Color convert

RGB 19 84 31 -
CMYK 0.77 0 0.63 0.67
HSL 131.08º 0.63% 0.2% -
HSV(B) 131.08º 0.77% 0.33% -
XYZ 3.69 6.58 2.37 -
YUV 58.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 19 84 31 0.77 0 0.63 0.67 131.08 0.63 0.2
Hex 13 54 1F 4D 0 3F 43 83 3F 14
Octal 23 124 37 115 0 77 103 203 77 24
Binary 10011 1010100 11111 1001101 0 111111 1000011 10000011 111111 10100

Color Harmonies of #13541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13541F

Black with #13541F

Text Example


Text Example

White with #13541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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