Html Css Color HEX #073502 Myrtle

📋 copy color: '#073502'

red 7 ◦ green 53 ◦ blue 2

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

Shades of Myrtle #073502

Tints of Myrtle #073502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 85.48%

 BLUE value IS 2 (1.17% from 255) = 3.23%

R = 11.29%
G = 85.48%
B = 3.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#073502 (or 0x073502) is known color: Myrtle. HEX triplet: 07, 35 and 02. RGB value is (7,53,2). Sum of RGB (Red+Green+Blue) = 7+53+2=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 53 (21.09% from 255 or 85.48% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 53 - color contains mainly: green. Hex color #073502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073502 is #F8CAFD. Grayscale: #212121. Windows color (decimal): -16304894 or 144647. OLE color: 144647.

HSL color Cylindrical-coordinate representation of color #073502: hue angle of 114.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073502 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 2 -
CMYK 0.87 0 0.96 0.79
HSL 114.12º 0.93% 0.11% -
HSV(B) 114.12º 0.96% 0.21% -
XYZ 1.37 2.6 0.49 -
YUV 33.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 7 53 2 0.87 0 0.96 0.79 114.12 0.93 0.11
Hex 7 35 2 57 0 60 4F 72 5D B
Octal 7 65 2 127 0 140 117 162 135 13
Binary 111 110101 10 1010111 0 1100000 1001111 1110010 1011101 1011

Color Harmonies of #073502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073502

Black with #073502

Text Example


Text Example

White with #073502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073502; }

 p { color: rgb(7,53,2); }

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

background-color css

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

 a { background-color: rgb(7,53,2); }

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

border-color css

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

 span { border-color: rgb(7,53,2); }

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