Html Css Color HEX #136834 Crusoe

📋 copy color: '#136834'

red 19 ◦ green 104 ◦ blue 52

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

Shades of Crusoe #136834

Tints of Crusoe #136834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.43%

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 10.86%
G = 59.43%
B = 29.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#136834 (or 0x136834) is known color: Crusoe. HEX triplet: 13, 68 and 34. RGB value is (19,104,52). Sum of RGB (Red+Green+Blue) = 19+104+52=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #136834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136834 is #EC97CB. Grayscale: #484848. Windows color (decimal): -15505356 or 3434515. OLE color: 3434515.

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

Color convert

RGB 19 104 52 -
CMYK 0.82 0 0.50 0.59
HSL 143.29º 0.69% 0.24% -
HSV(B) 143.29º 0.82% 0.41% -
XYZ 5.84 10.29 4.93 -
YUV 72.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 19 104 52 0.82 0 0.50 0.59 143.29 0.69 0.24
Hex 13 68 34 52 0 32 3B 8F 45 18
Octal 23 150 64 122 0 62 73 217 105 30
Binary 10011 1101000 110100 1010010 0 110010 111011 10001111 1000101 11000

Color Harmonies of #136834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136834

Black with #136834

Text Example


Text Example

White with #136834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136834; }

 p { color: rgb(19,104,52); }

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

background-color css

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

 a { background-color: rgb(19,104,52); }

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

border-color css

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

 span { border-color: rgb(19,104,52); }

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