Html Css Color HEX #136426 Crusoe

📋 copy color: '#136426'

red 19 ◦ green 100 ◦ blue 38

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

Shades of Crusoe #136426

Tints of Crusoe #136426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 63.69%

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

R = 12.1%
G = 63.69%
B = 24.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#136426 (or 0x136426) is known color: Crusoe. HEX triplet: 13, 64 and 26. RGB value is (19,100,38). Sum of RGB (Red+Green+Blue) = 19+100+38=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #136426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136426 is #EC9BD9. Grayscale: #444444. Windows color (decimal): -15506394 or 2515987. OLE color: 2515987.

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

Color convert

RGB 19 100 38 -
CMYK 0.81 0 0.62 0.61
HSL 134.07º 0.68% 0.23% -
HSV(B) 134.07º 0.81% 0.39% -
XYZ 5.18 9.39 3.37 -
YUV 68.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 19 100 38 0.81 0 0.62 0.61 134.07 0.68 0.23
Hex 13 64 26 51 0 3E 3D 86 44 17
Octal 23 144 46 121 0 76 75 206 104 27
Binary 10011 1100100 100110 1010001 0 111110 111101 10000110 1000100 10111

Color Harmonies of #136426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136426

Black with #136426

Text Example


Text Example

White with #136426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136426; }

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

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

background-color css

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

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

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

border-color css

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

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

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