Html Css Color HEX #136131 Crusoe

📋 copy color: '#136131'

red 19 ◦ green 97 ◦ blue 49

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

Shades of Crusoe #136131

Tints of Crusoe #136131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.79%

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

R = 11.52%
G = 58.79%
B = 29.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#136131 (or 0x136131) is known color: Crusoe. HEX triplet: 13, 61 and 31. RGB value is (19,97,49). Sum of RGB (Red+Green+Blue) = 19+97+49=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #136131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136131 is #EC9ECE. Grayscale: #444444. Windows color (decimal): -15507151 or 3236115. OLE color: 3236115.

HSL color Cylindrical-coordinate representation of color #136131: hue angle of 143.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136131 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 49 -
CMYK 0.80 0 0.49 0.62
HSL 143.08º 0.67% 0.23% -
HSV(B) 143.08º 0.8% 0.38% -
XYZ 5.1 8.91 4.36 -
YUV 68.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 19 97 49 0.80 0 0.49 0.62 143.08 0.67 0.23
Hex 13 61 31 50 0 31 3E 8F 43 17
Octal 23 141 61 120 0 61 76 217 103 27
Binary 10011 1100001 110001 1010000 0 110001 111110 10001111 1000011 10111

Color Harmonies of #136131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136131

Black with #136131

Text Example


Text Example

White with #136131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136131; }

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

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

background-color css

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

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

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

border-color css

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

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

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