Html Css Color HEX #136729 Crusoe

📋 copy color: '#136729'

red 19 ◦ green 103 ◦ blue 41

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

Shades of Crusoe #136729

Tints of Crusoe #136729

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.19%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 11.66%
G = 63.19%
B = 25.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#136729 (or 0x136729) is known color: Crusoe. HEX triplet: 13, 67 and 29. RGB value is (19,103,41). Sum of RGB (Red+Green+Blue) = 19+103+41=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #136729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136729 is #EC98D6. Grayscale: #464646. Windows color (decimal): -15505623 or 2713363. OLE color: 2713363.

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

Color convert

RGB 19 103 41 -
CMYK 0.82 0 0.60 0.60
HSL 135.71º 0.69% 0.24% -
HSV(B) 135.71º 0.82% 0.4% -
XYZ 5.52 10 3.74 -
YUV 70.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 19 103 41 0.82 0 0.60 0.60 135.71 0.69 0.24
Hex 13 67 29 52 0 3C 3C 88 45 18
Octal 23 147 51 122 0 74 74 210 105 30
Binary 10011 1100111 101001 1010010 0 111100 111100 10001000 1000101 11000

Color Harmonies of #136729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136729

Black with #136729

Text Example


Text Example

White with #136729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136729; }

 p { color: rgb(19,103,41); }

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

background-color css

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

 a { background-color: rgb(19,103,41); }

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

border-color css

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

 span { border-color: rgb(19,103,41); }

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