Html Css Color HEX #136948 Jewel

📋 copy color: '#136948'

red 19 ◦ green 105 ◦ blue 72

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

Shades of Jewel #136948

Tints of Jewel #136948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.57%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 9.69%
G = 53.57%
B = 36.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#136948 (or 0x136948) is known color: Jewel. HEX triplet: 13, 69 and 48. RGB value is (19,105,72). Sum of RGB (Red+Green+Blue) = 19+105+72=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #136948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136948 is #EC96B7. Grayscale: #4B4B4B. Windows color (decimal): -15505080 or 4745491. OLE color: 4745491.

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

Color convert

RGB 19 105 72 -
CMYK 0.82 0 0.31 0.59
HSL 156.98º 0.69% 0.24% -
HSV(B) 156.98º 0.82% 0.41% -
XYZ 6.49 10.71 7.86 -
YUV 75.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 19 105 72 0.82 0 0.31 0.59 156.98 0.69 0.24
Hex 13 69 48 52 0 1F 3B 9D 45 18
Octal 23 151 110 122 0 37 73 235 105 30
Binary 10011 1101001 1001000 1010010 0 11111 111011 10011101 1000101 11000

Color Harmonies of #136948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136948

Black with #136948

Text Example


Text Example

White with #136948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136948; }

 p { color: rgb(19,105,72); }

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

background-color css

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

 a { background-color: rgb(19,105,72); }

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

border-color css

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

 span { border-color: rgb(19,105,72); }

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