Html Css Color HEX #136526 Crusoe

📋 copy color: '#136526'

red 19 ◦ green 101 ◦ blue 38

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

Shades of Crusoe #136526

Tints of Crusoe #136526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.92%

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 12.03%
G = 63.92%
B = 24.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#136526 (or 0x136526) is known color: Crusoe. HEX triplet: 13, 65 and 26. RGB value is (19,101,38). Sum of RGB (Red+Green+Blue) = 19+101+38=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #136526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136526 is #EC9AD9. Grayscale: #454545. Windows color (decimal): -15506138 or 2516243. OLE color: 2516243.

HSL color Cylindrical-coordinate representation of color #136526: hue angle of 133.9º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136526 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 38 -
CMYK 0.81 0 0.62 0.60
HSL 133.9º 0.68% 0.24% -
HSV(B) 133.9º 0.81% 0.4% -
XYZ 5.27 9.59 3.41 -
YUV 69.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 19 101 38 0.81 0 0.62 0.60 133.9 0.68 0.24
Hex 13 65 26 51 0 3E 3C 86 44 18
Octal 23 145 46 121 0 76 74 206 104 30
Binary 10011 1100101 100110 1010001 0 111110 111100 10000110 1000100 11000

Color Harmonies of #136526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136526

Black with #136526

Text Example


Text Example

White with #136526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136526; }

 p { color: rgb(19,101,38); }

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

background-color css

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

 a { background-color: rgb(19,101,38); }

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

border-color css

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

 span { border-color: rgb(19,101,38); }

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