Html Css Color HEX #13531E Crusoe

📋 copy color: '#13531E'

red 19 ◦ green 83 ◦ blue 30

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

Shades of Crusoe #13531E

Tints of Crusoe #13531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 14.39%
G = 62.88%
B = 22.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#13531E (or 0x13531E) is known color: Crusoe. HEX triplet: 13, 53 and 1E. RGB value is (19,83,30). Sum of RGB (Red+Green+Blue) = 19+83+30=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #13531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531E is #ECACE1. Grayscale: #393939. Windows color (decimal): -15510754 or 1987347. OLE color: 1987347.

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

Color convert

RGB 19 83 30 -
CMYK 0.77 0 0.64 0.67
HSL 130.31º 0.63% 0.2% -
HSV(B) 130.31º 0.77% 0.33% -
XYZ 3.6 6.42 2.28 -
YUV 57.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 19 83 30 0.77 0 0.64 0.67 130.31 0.63 0.2
Hex 13 53 1E 4D 0 40 43 82 3F 14
Octal 23 123 36 115 0 100 103 202 77 24
Binary 10011 1010011 11110 1001101 0 1000000 1000011 10000010 111111 10100

Color Harmonies of #13531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13531E

Black with #13531E

Text Example


Text Example

White with #13531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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