Html Css Color HEX #136733 Crusoe

📋 copy color: '#136733'

red 19 ◦ green 103 ◦ blue 51

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

Shades of Crusoe #136733

Tints of Crusoe #136733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 10.98%
G = 59.54%
B = 29.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#136733 (or 0x136733) is known color: Crusoe. HEX triplet: 13, 67 and 33. RGB value is (19,103,51). Sum of RGB (Red+Green+Blue) = 19+103+51=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #136733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136733 is #EC98CC. Grayscale: #484848. Windows color (decimal): -15505613 or 3368723. OLE color: 3368723.

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

Color convert

RGB 19 103 51 -
CMYK 0.82 0 0.50 0.60
HSL 142.86º 0.69% 0.24% -
HSV(B) 142.86º 0.82% 0.4% -
XYZ 5.72 10.08 4.78 -
YUV 71.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 19 103 51 0.82 0 0.50 0.60 142.86 0.69 0.24
Hex 13 67 33 52 0 32 3C 8F 45 18
Octal 23 147 63 122 0 62 74 217 105 30
Binary 10011 1100111 110011 1010010 0 110010 111100 10001111 1000101 11000

Color Harmonies of #136733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136733

Black with #136733

Text Example


Text Example

White with #136733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136733; }

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

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

background-color css

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

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

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

border-color css

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

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

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