Html Css Color HEX #134C07 Myrtle

📋 copy color: '#134C07'

red 19 ◦ green 76 ◦ blue 7

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

Shades of Myrtle #134C07

Tints of Myrtle #134C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.86%

R = 18.63%
G = 74.51%
B = 6.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#134C07 (or 0x134C07) is known color: Myrtle. HEX triplet: 13, 4C and 07. RGB value is (19,76,7). Sum of RGB (Red+Green+Blue) = 19+76+7=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 76 (30.08% from 255 or 74.51% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 76 - color contains mainly: green. Hex color #134C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C07 is #ECB3F8. Grayscale: #333333. Windows color (decimal): -15512569 or 478227. OLE color: 478227.

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

Color convert

RGB 19 76 7 -
CMYK 0.75 0 0.91 0.70
HSL 109.57º 0.83% 0.16% -
HSV(B) 109.57º 0.91% 0.3% -
XYZ 2.89 5.32 1.08 -
YUV 51.09 103.12 105.11 -
System Red Green Blue C M Y K H S L
Decimal 19 76 7 0.75 0 0.91 0.70 109.57 0.83 0.16
Hex 13 4C 7 4B 0 5B 46 6E 53 10
Octal 23 114 7 113 0 133 106 156 123 20
Binary 10011 1001100 111 1001011 0 1011011 1000110 1101110 1010011 10000

Color Harmonies of #134C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C07

Black with #134C07

Text Example


Text Example

White with #134C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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