Html Css Color HEX #134B07 Myrtle

📋 copy color: '#134B07'

red 19 ◦ green 75 ◦ blue 7

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

Shades of Myrtle #134B07

Tints of Myrtle #134B07

RGB

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

 GREEN value IS 75 (29.69% from 255) = 74.26%

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

R = 18.81%
G = 74.26%
B = 6.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.71

RGB Variations

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

Color information

#134B07 (or 0x134B07) is known color: Myrtle. HEX triplet: 13, 4B and 07. RGB value is (19,75,7). Sum of RGB (Red+Green+Blue) = 19+75+7=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #134B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B07 is #ECB4F8. Grayscale: #323232. Windows color (decimal): -15512825 or 477971. OLE color: 477971.

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

Color convert

RGB 19 75 7 -
CMYK 0.75 0 0.91 0.71
HSL 109.41º 0.83% 0.16% -
HSV(B) 109.41º 0.91% 0.29% -
XYZ 2.82 5.19 1.05 -
YUV 50.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 19 75 7 0.75 0 0.91 0.71 109.41 0.83 0.16
Hex 13 4B 7 4B 0 5B 47 6D 53 10
Octal 23 113 7 113 0 133 107 155 123 20
Binary 10011 1001011 111 1001011 0 1011011 1000111 1101101 1010011 10000

Color Harmonies of #134B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B07

Black with #134B07

Text Example


Text Example

White with #134B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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