Html Css Color HEX #136026 Crusoe

📋 copy color: '#136026'

red 19 ◦ green 96 ◦ blue 38

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

Shades of Crusoe #136026

Tints of Crusoe #136026

RGB

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

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

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

R = 12.42%
G = 62.75%
B = 24.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#136026 (or 0x136026) is known color: Crusoe. HEX triplet: 13, 60 and 26. RGB value is (19,96,38). Sum of RGB (Red+Green+Blue) = 19+96+38=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #136026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136026 is #EC9FD9. Grayscale: #424242. Windows color (decimal): -15507418 or 2514963. OLE color: 2514963.

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

Color convert

RGB 19 96 38 -
CMYK 0.80 0 0.60 0.62
HSL 134.81º 0.67% 0.23% -
HSV(B) 134.81º 0.8% 0.38% -
XYZ 4.8 8.64 3.25 -
YUV 66.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 19 96 38 0.80 0 0.60 0.62 134.81 0.67 0.23
Hex 13 60 26 50 0 3C 3E 87 43 17
Octal 23 140 46 120 0 74 76 207 103 27
Binary 10011 1100000 100110 1010000 0 111100 111110 10000111 1000011 10111

Color Harmonies of #136026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136026

Black with #136026

Text Example


Text Example

White with #136026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136026; }

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

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

background-color css

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

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

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

border-color css

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

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

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