Html Css Color HEX #07380B Myrtle

📋 copy color: '#07380B'

red 7 ◦ green 56 ◦ blue 11

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

Shades of Myrtle #07380B

Tints of Myrtle #07380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 75.68%

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

R = 9.46%
G = 75.68%
B = 14.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#07380B (or 0x07380B) is known color: Myrtle. HEX triplet: 07, 38 and 0B. RGB value is (7,56,11). Sum of RGB (Red+Green+Blue) = 7+56+11=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #07380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07380B is #F8C7F4. Grayscale: #242424. Windows color (decimal): -16304117 or 735239. OLE color: 735239.

HSL color Cylindrical-coordinate representation of color #07380B: hue angle of 124.9º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07380B is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 56 11 -
CMYK 0.88 0 0.80 0.78
HSL 124.9º 0.78% 0.12% -
HSV(B) 124.9º 0.88% 0.22% -
XYZ 1.56 2.9 0.79 -
YUV 36.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 7 56 11 0.88 0 0.80 0.78 124.9 0.78 0.12
Hex 7 38 B 58 0 50 4E 7D 4E C
Octal 7 70 13 130 0 120 116 175 116 14
Binary 111 111000 1011 1011000 0 1010000 1001110 1111101 1001110 1100

Color Harmonies of #07380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07380B

Black with #07380B

Text Example


Text Example

White with #07380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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