Html Css Color HEX #034702 Myrtle

📋 copy color: '#034702'

red 3 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #034702

Tints of Myrtle #034702

RGB

 RED value IS 3 (1.56% from 255) = 3.95%

 GREEN value IS 71 (28.13% from 255) = 93.42%

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

R = 3.95%
G = 93.42%
B = 2.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#034702 (or 0x034702) is known color: Myrtle. HEX triplet: 03, 47 and 02. RGB value is (3,71,2). Sum of RGB (Red+Green+Blue) = 3+71+2=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 71 (28.12% from 255 or 93.42% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 71 - color contains mainly: green. Hex color #034702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034702 is #FCB8FD. Grayscale: #2B2B2B. Windows color (decimal): -16562430 or 149251. OLE color: 149251.

HSL color Cylindrical-coordinate representation of color #034702: hue angle of 119.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034702 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 2 -
CMYK 0.96 0 0.97 0.72
HSL 119.13º 0.95% 0.14% -
HSV(B) 119.13º 0.97% 0.28% -
XYZ 2.3 4.53 0.81 -
YUV 42.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 3 71 2 0.96 0 0.97 0.72 119.13 0.95 0.14
Hex 3 47 2 60 0 61 48 77 5F E
Octal 3 107 2 140 0 141 110 167 137 16
Binary 11 1000111 10 1100000 0 1100001 1001000 1110111 1011111 1110

Color Harmonies of #034702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034702

Black with #034702

Text Example


Text Example

White with #034702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034702; }

 p { color: rgb(3,71,2); }

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

background-color css

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

 a { background-color: rgb(3,71,2); }

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

border-color css

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

 span { border-color: rgb(3,71,2); }

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