Html Css Color HEX #134C18 Myrtle

📋 copy color: '#134C18'

red 19 ◦ green 76 ◦ blue 24

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

Shades of Myrtle #134C18

Tints of Myrtle #134C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 63.87%

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 15.97%
G = 63.87%
B = 20.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#134C18 (or 0x134C18) is known color: Myrtle. HEX triplet: 13, 4C and 18. RGB value is (19,76,24). Sum of RGB (Red+Green+Blue) = 19+76+24=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #134C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C18 is #ECB3E7. Grayscale: #353535. Windows color (decimal): -15512552 or 1592339. OLE color: 1592339.

HSL color Cylindrical-coordinate representation of color #134C18: hue angle of 125.26º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C18 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 24 -
CMYK 0.75 0 0.68 0.70
HSL 125.26º 0.6% 0.19% -
HSV(B) 125.26º 0.75% 0.3% -
XYZ 3.02 5.37 1.74 -
YUV 53.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 19 76 24 0.75 0 0.68 0.70 125.26 0.6 0.19
Hex 13 4C 18 4B 0 44 46 7D 3C 13
Octal 23 114 30 113 0 104 106 175 74 23
Binary 10011 1001100 11000 1001011 0 1000100 1000110 1111101 111100 10011

Color Harmonies of #134C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C18

Black with #134C18

Text Example


Text Example

White with #134C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C18; }

 p { color: rgb(19,76,24); }

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

background-color css

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

 a { background-color: rgb(19,76,24); }

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

border-color css

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

 span { border-color: rgb(19,76,24); }

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