Html Css Color HEX #135931 Crusoe

📋 copy color: '#135931'

red 19 ◦ green 89 ◦ blue 49

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

Shades of Crusoe #135931

Tints of Crusoe #135931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 56.69%

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

R = 12.1%
G = 56.69%
B = 31.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#135931 (or 0x135931) is known color: Crusoe. HEX triplet: 13, 59 and 31. RGB value is (19,89,49). Sum of RGB (Red+Green+Blue) = 19+89+49=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #135931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135931 is #ECA6CE. Grayscale: #3F3F3F. Windows color (decimal): -15509199 or 3234067. OLE color: 3234067.

HSL color Cylindrical-coordinate representation of color #135931: hue angle of 145.71º 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 #135931 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 49 -
CMYK 0.79 0 0.45 0.65
HSL 145.71º 0.65% 0.21% -
HSV(B) 145.71º 0.79% 0.35% -
XYZ 4.4 7.5 4.12 -
YUV 63.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 19 89 49 0.79 0 0.45 0.65 145.71 0.65 0.21
Hex 13 59 31 4F 0 2D 41 92 41 15
Octal 23 131 61 117 0 55 101 222 101 25
Binary 10011 1011001 110001 1001111 0 101101 1000001 10010010 1000001 10101

Color Harmonies of #135931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135931

Black with #135931

Text Example


Text Example

White with #135931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135931; }

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

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

background-color css

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

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

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

border-color css

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

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

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