Html Css Color HEX #136031 Crusoe

📋 copy color: '#136031'

red 19 ◦ green 96 ◦ blue 49

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

Shades of Crusoe #136031

Tints of Crusoe #136031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

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

R = 11.59%
G = 58.54%
B = 29.88%

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

#136031 (or 0x136031) is known color: Crusoe. HEX triplet: 13, 60 and 31. RGB value is (19,96,49). Sum of RGB (Red+Green+Blue) = 19+96+49=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #136031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136031 is #EC9FCE. Grayscale: #434343. Windows color (decimal): -15507407 or 3235859. OLE color: 3235859.

HSL color Cylindrical-coordinate representation of color #136031: hue angle of 143.38º 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 #136031 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 49 -
CMYK 0.80 0 0.49 0.62
HSL 143.38º 0.67% 0.23% -
HSV(B) 143.38º 0.8% 0.38% -
XYZ 5.01 8.73 4.33 -
YUV 67.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 19 96 49 0.80 0 0.49 0.62 143.38 0.67 0.23
Hex 13 60 31 50 0 31 3E 8F 43 17
Octal 23 140 61 120 0 61 76 217 103 27
Binary 10011 1100000 110001 1010000 0 110001 111110 10001111 1000011 10111

Color Harmonies of #136031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136031

Black with #136031

Text Example


Text Example

White with #136031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136031; }

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

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

background-color css

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

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

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

border-color css

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

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

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