Html Css Color HEX #003402 Myrtle

📋 copy color: '#003402'

red 0 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #003402

Tints of Myrtle #003402

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 96.3%

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

R = 0%
G = 96.3%
B = 3.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#003402 (or 0x003402) is known color: Myrtle. HEX triplet: 00, 34 and 02. RGB value is (0,52,2). Sum of RGB (Red+Green+Blue) = 0+52+2=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 52 (20.70% from 255 or 96.30% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 52 - color contains mainly: green. Hex color #003402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003402 is #FFCBFD. Grayscale: #1E1E1E. Windows color (decimal): -16763902 or 144384. OLE color: 144384.

HSL color Cylindrical-coordinate representation of color #003402: hue angle of 122.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003402 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 2 -
CMYK 1 0 0.96 0.80
HSL 122.31º 1% 0.1% -
HSV(B) 122.31º 1% 0.2% -
XYZ 1.24 2.46 0.47 -
YUV 30.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 0 52 2 1 0 0.96 0.80 122.31 1 0.1
Hex 0 34 2 64 0 60 50 7A 64 A
Octal 0 64 2 144 0 140 120 172 144 12
Binary 0 110100 10 1100100 0 1100000 1010000 1111010 1100100 1010

Color Harmonies of #003402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003402

Black with #003402

Text Example


Text Example

White with #003402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003402; }

 p { color: rgb(0,52,2); }

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

background-color css

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

 a { background-color: rgb(0,52,2); }

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

border-color css

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

 span { border-color: rgb(0,52,2); }

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