Html Css Color HEX #07340B Myrtle

📋 copy color: '#07340B'

red 7 ◦ green 52 ◦ blue 11

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

Shades of Myrtle #07340B

Tints of Myrtle #07340B

RGB

 RED value IS 7 (3.13% from 255) = 10%

 GREEN value IS 52 (20.7% from 255) = 74.29%

 BLUE value IS 11 (4.69% from 255) = 15.71%

R = 10%
G = 74.29%
B = 15.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#07340B (or 0x07340B) is known color: Myrtle. HEX triplet: 07, 34 and 0B. RGB value is (7,52,11). Sum of RGB (Red+Green+Blue) = 7+52+11=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #07340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07340B is #F8CBF4. Grayscale: #212121. Windows color (decimal): -16305141 or 734215. OLE color: 734215.

HSL color Cylindrical-coordinate representation of color #07340B: hue angle of 125.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07340B is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 11 -
CMYK 0.87 0 0.79 0.80
HSL 125.33º 0.76% 0.12% -
HSV(B) 125.33º 0.87% 0.2% -
XYZ 1.38 2.53 0.73 -
YUV 33.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 7 52 11 0.87 0 0.79 0.80 125.33 0.76 0.12
Hex 7 34 B 57 0 4F 50 7D 4C C
Octal 7 64 13 127 0 117 120 175 114 14
Binary 111 110100 1011 1010111 0 1001111 1010000 1111101 1001100 1100

Color Harmonies of #07340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07340B

Black with #07340B

Text Example


Text Example

White with #07340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07340B; }

 p { color: rgb(7,52,11); }

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

background-color css

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

 a { background-color: rgb(7,52,11); }

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

border-color css

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

 span { border-color: rgb(7,52,11); }

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