Html Css Color HEX #13531D Crusoe

📋 copy color: '#13531D'

red 19 ◦ green 83 ◦ blue 29

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

Shades of Crusoe #13531D

Tints of Crusoe #13531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 14.5%
G = 63.36%
B = 22.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#13531D (or 0x13531D) is known color: Crusoe. HEX triplet: 13, 53 and 1D. RGB value is (19,83,29). Sum of RGB (Red+Green+Blue) = 19+83+29=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #13531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531D is #ECACE2. Grayscale: #393939. Windows color (decimal): -15510755 or 1921811. OLE color: 1921811.

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

Color convert

RGB 19 83 29 -
CMYK 0.77 0 0.65 0.67
HSL 129.38º 0.63% 0.2% -
HSV(B) 129.38º 0.77% 0.33% -
XYZ 3.58 6.41 2.21 -
YUV 57.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 19 83 29 0.77 0 0.65 0.67 129.38 0.63 0.2
Hex 13 53 1D 4D 0 41 43 81 3F 14
Octal 23 123 35 115 0 101 103 201 77 24
Binary 10011 1010011 11101 1001101 0 1000001 1000011 10000001 111111 10100

Color Harmonies of #13531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13531D

Black with #13531D

Text Example


Text Example

White with #13531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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