Html Css Color HEX #136641 Jewel

📋 copy color: '#136641'

red 19 ◦ green 102 ◦ blue 65

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

Shades of Jewel #136641

Tints of Jewel #136641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.84%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 10.22%
G = 54.84%
B = 34.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#136641 (or 0x136641) is known color: Jewel. HEX triplet: 13, 66 and 41. RGB value is (19,102,65). Sum of RGB (Red+Green+Blue) = 19+102+65=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #136641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136641 is #EC99BE. Grayscale: #494949. Windows color (decimal): -15505855 or 4285971. OLE color: 4285971.

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

Color convert

RGB 19 102 65 -
CMYK 0.81 0 0.36 0.6
HSL 153.25º 0.69% 0.24% -
HSV(B) 153.25º 0.81% 0.4% -
XYZ 5.97 10.02 6.62 -
YUV 72.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 19 102 65 0.81 0 0.36 0.6 153.25 0.69 0.24
Hex 13 66 41 51 0 24 3C 99 45 18
Octal 23 146 101 121 0 44 74 231 105 30
Binary 10011 1100110 1000001 1010001 0 100100 111100 10011001 1000101 11000

Color Harmonies of #136641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136641

Black with #136641

Text Example


Text Example

White with #136641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136641; }

 p { color: rgb(19,102,65); }

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

background-color css

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

 a { background-color: rgb(19,102,65); }

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

border-color css

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

 span { border-color: rgb(19,102,65); }

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