Html Css Color HEX #135A31 Crusoe

📋 copy color: '#135A31'

red 19 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #135A31

Tints of Crusoe #135A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.96%

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 12.03%
G = 56.96%
B = 31.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#135A31 (or 0x135A31) is known color: Crusoe. HEX triplet: 13, 5A and 31. RGB value is (19,90,49). Sum of RGB (Red+Green+Blue) = 19+90+49=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #135A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A31 is #ECA5CE. Grayscale: #404040. Windows color (decimal): -15508943 or 3234323. OLE color: 3234323.

HSL color Cylindrical-coordinate representation of color #135A31: hue angle of 145.35º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A31 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 49 -
CMYK 0.79 0 0.46 0.65
HSL 145.35º 0.65% 0.21% -
HSV(B) 145.35º 0.79% 0.35% -
XYZ 4.48 7.67 4.15 -
YUV 64.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 19 90 49 0.79 0 0.46 0.65 145.35 0.65 0.21
Hex 13 5A 31 4F 0 2E 41 91 41 15
Octal 23 132 61 117 0 56 101 221 101 25
Binary 10011 1011010 110001 1001111 0 101110 1000001 10010001 1000001 10101

Color Harmonies of #135A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A31

Black with #135A31

Text Example


Text Example

White with #135A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135A31; }

 p { color: rgb(19,90,49); }

 H1.HeaderClassName
 {
   color: #135A31;
 }
 .AnyTagClassName
 {
   color: #135A31;
 }
</style>

background-color css

<style>
 a { background-color: #135A31; }

 a { background-color: rgb(19,90,49); }

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

border-color css

<style>
 span { border-color: #135A31; }

 span { border-color: rgb(19,90,49); }

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