Html Css Color HEX #042C07 Myrtle

📋 copy color: '#042C07'

red 4 ◦ green 44 ◦ blue 7

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

Shades of Myrtle #042C07

Tints of Myrtle #042C07

RGB

 RED value IS 4 (1.95% from 255) = 7.27%

 GREEN value IS 44 (17.58% from 255) = 80%

 BLUE value IS 7 (3.13% from 255) = 12.73%

R = 7.27%
G = 80%
B = 12.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.83

RGB Variations

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

Color information

#042C07 (or 0x042C07) is known color: Myrtle. HEX triplet: 04, 2C and 07. RGB value is (4,44,7). Sum of RGB (Red+Green+Blue) = 4+44+7=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 44 (17.58% from 255 or 80% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 44 - color contains mainly: green. Hex color #042C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C07 is #FBD3F8. Grayscale: #1B1B1B. Windows color (decimal): -16503801 or 470020. OLE color: 470020.

HSL color Cylindrical-coordinate representation of color #042C07: hue angle of 124.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C07 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB 4 44 7 -
CMYK 0.91 0 0.84 0.83
HSL 124.5º 0.83% 0.09% -
HSV(B) 124.5º 0.91% 0.17% -
XYZ 0.99 1.84 0.5 -
YUV 27.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 4 44 7 0.91 0 0.84 0.83 124.5 0.83 0.09
Hex 4 2C 7 5B 0 54 53 7C 53 9
Octal 4 54 7 133 0 124 123 174 123 11
Binary 100 101100 111 1011011 0 1010100 1010011 1111100 1010011 1001

Color Harmonies of #042C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C07

Black with #042C07

Text Example


Text Example

White with #042C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042C07; }

 p { color: rgb(4,44,7); }

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

background-color css

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

 a { background-color: rgb(4,44,7); }

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

border-color css

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

 span { border-color: rgb(4,44,7); }

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