Html Css Color HEX #13531F Crusoe

📋 copy color: '#13531F'

red 19 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #13531F

Tints of Crusoe #13531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.41%

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

R = 14.29%
G = 62.41%
B = 23.31%

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

#13531F (or 0x13531F) is known color: Crusoe. HEX triplet: 13, 53 and 1F. RGB value is (19,83,31). Sum of RGB (Red+Green+Blue) = 19+83+31=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #13531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531F is #ECACE0. Grayscale: #3A3A3A. Windows color (decimal): -15510753 or 2052883. OLE color: 2052883.

HSL color Cylindrical-coordinate representation of color #13531F: hue angle of 131.25º 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 #13531F is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 31 -
CMYK 0.77 0 0.63 0.67
HSL 131.25º 0.63% 0.2% -
HSV(B) 131.25º 0.77% 0.33% -
XYZ 3.61 6.42 2.35 -
YUV 57.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 19 83 31 0.77 0 0.63 0.67 131.25 0.63 0.2
Hex 13 53 1F 4D 0 3F 43 83 3F 14
Octal 23 123 37 115 0 77 103 203 77 24
Binary 10011 1010011 11111 1001101 0 111111 1000011 10000011 111111 10100

Color Harmonies of #13531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13531F

Black with #13531F

Text Example


Text Example

White with #13531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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