Html Css Color HEX #040C02 Myrtle

📋 copy color: '#040C02'

red 4 ◦ green 12 ◦ blue 2

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

Shades of Myrtle #040C02

Tints of Myrtle #040C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 66.67%

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

R = 22.22%
G = 66.67%
B = 11.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#040C02 (or 0x040C02) is known color: Myrtle. HEX triplet: 04, 0C and 02. RGB value is (4,12,2). Sum of RGB (Red+Green+Blue) = 4+12+2=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 12 (5.08% from 255 or 66.67% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 12 - color contains mainly: green. Hex color #040C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C02 is #FBF3FD. Grayscale: #080808. Windows color (decimal): -16511998 or 134148. OLE color: 134148.

HSL color Cylindrical-coordinate representation of color #040C02: hue angle of 108º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040C02 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 12 2 -
CMYK 0.67 0 0.83 0.95
HSL 108º 0.71% 0.03% -
HSV(B) 108º 0.83% 0.05% -
XYZ 0.19 0.29 0.1 -
YUV 8.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 4 12 2 0.67 0 0.83 0.95 108 0.71 0.03
Hex 4 C 2 43 0 53 5F 6C 47 3
Octal 4 14 2 103 0 123 137 154 107 3
Binary 100 1100 10 1000011 0 1010011 1011111 1101100 1000111 11

Color Harmonies of #040C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C02

Black with #040C02

Text Example


Text Example

White with #040C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C02; }

 p { color: rgb(4,12,2); }

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

background-color css

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

 a { background-color: rgb(4,12,2); }

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

border-color css

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

 span { border-color: rgb(4,12,2); }

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