Html Css Color HEX #07480D Myrtle

📋 copy color: '#07480D'

red 7 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #07480D

Tints of Myrtle #07480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 78.26%

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 7.61%
G = 78.26%
B = 14.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#07480D (or 0x07480D) is known color: Myrtle. HEX triplet: 07, 48 and 0D. RGB value is (7,72,13). Sum of RGB (Red+Green+Blue) = 7+72+13=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #07480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07480D is #F8B7F2. Grayscale: #2E2E2E. Windows color (decimal): -16300019 or 870407. OLE color: 870407.

HSL color Cylindrical-coordinate representation of color #07480D: hue angle of 125.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07480D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 13 -
CMYK 0.90 0 0.82 0.72
HSL 125.54º 0.82% 0.15% -
HSV(B) 125.54º 0.9% 0.28% -
XYZ 2.48 4.71 1.16 -
YUV 45.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 7 72 13 0.90 0 0.82 0.72 125.54 0.82 0.15
Hex 7 48 D 5A 0 52 48 7E 52 F
Octal 7 110 15 132 0 122 110 176 122 17
Binary 111 1001000 1101 1011010 0 1010010 1001000 1111110 1010010 1111

Color Harmonies of #07480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07480D

Black with #07480D

Text Example


Text Example

White with #07480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07480D; }

 p { color: rgb(7,72,13); }

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

background-color css

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

 a { background-color: rgb(7,72,13); }

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

border-color css

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

 span { border-color: rgb(7,72,13); }

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