Html Css Color HEX #07400D Myrtle

📋 copy color: '#07400D'

red 7 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #07400D

Tints of Myrtle #07400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 76.19%

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

R = 8.33%
G = 76.19%
B = 15.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#07400D (or 0x07400D) is known color: Myrtle. HEX triplet: 07, 40 and 0D. RGB value is (7,64,13). Sum of RGB (Red+Green+Blue) = 7+64+13=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #07400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07400D is #F8BFF2. Grayscale: #292929. Windows color (decimal): -16302067 or 868359. OLE color: 868359.

HSL color Cylindrical-coordinate representation of color #07400D: hue angle of 126.32º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07400D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 13 -
CMYK 0.89 0 0.80 0.75
HSL 126.32º 0.8% 0.14% -
HSV(B) 126.32º 0.89% 0.25% -
XYZ 1.99 3.74 1 -
YUV 41.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 7 64 13 0.89 0 0.80 0.75 126.32 0.8 0.14
Hex 7 40 D 59 0 50 4B 7E 50 E
Octal 7 100 15 131 0 120 113 176 120 16
Binary 111 1000000 1101 1011001 0 1010000 1001011 1111110 1010000 1110

Color Harmonies of #07400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07400D

Black with #07400D

Text Example


Text Example

White with #07400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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