Html Css Color HEX #034301 Myrtle

📋 copy color: '#034301'

red 3 ◦ green 67 ◦ blue 1

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

Shades of Myrtle #034301

Tints of Myrtle #034301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 94.37%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 4.23%
G = 94.37%
B = 1.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#034301 (or 0x034301) is known color: Myrtle. HEX triplet: 03, 43 and 01. RGB value is (3,67,1). Sum of RGB (Red+Green+Blue) = 3+67+1=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 67 (26.56% from 255 or 94.37% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 67 - color contains mainly: green. Hex color #034301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034301 is #FCBCFE. Grayscale: #282828. Windows color (decimal): -16563455 or 82691. OLE color: 82691.

HSL color Cylindrical-coordinate representation of color #034301: hue angle of 118.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034301 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 1 -
CMYK 0.96 0 0.99 0.74
HSL 118.18º 0.97% 0.13% -
HSV(B) 118.18º 0.99% 0.26% -
XYZ 2.05 4.04 0.7 -
YUV 40.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 3 67 1 0.96 0 0.99 0.74 118.18 0.97 0.13
Hex 3 43 1 60 0 63 4A 76 61 D
Octal 3 103 1 140 0 143 112 166 141 15
Binary 11 1000011 1 1100000 0 1100011 1001010 1110110 1100001 1101

Color Harmonies of #034301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034301

Black with #034301

Text Example


Text Example

White with #034301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034301; }

 p { color: rgb(3,67,1); }

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

background-color css

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

 a { background-color: rgb(3,67,1); }

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

border-color css

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

 span { border-color: rgb(3,67,1); }

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