Html Css Color HEX #035201 Myrtle

📋 copy color: '#035201'

red 3 ◦ green 82 ◦ blue 1

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

Shades of Myrtle #035201

Tints of Myrtle #035201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 95.35%

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

R = 3.49%
G = 95.35%
B = 1.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#035201 (or 0x035201) is known color: Myrtle. HEX triplet: 03, 52 and 01. RGB value is (3,82,1). Sum of RGB (Red+Green+Blue) = 3+82+1=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 82 (32.42% from 255 or 95.35% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 82 - color contains mainly: green. Hex color #035201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035201 is #FCADFE. Grayscale: #313131. Windows color (decimal): -16559615 or 86531. OLE color: 86531.

HSL color Cylindrical-coordinate representation of color #035201: hue angle of 118.52º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035201 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 1 -
CMYK 0.96 0 0.99 0.68
HSL 118.52º 0.98% 0.16% -
HSV(B) 118.52º 0.99% 0.32% -
XYZ 3.06 6.06 1.04 -
YUV 49.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 3 82 1 0.96 0 0.99 0.68 118.52 0.98 0.16
Hex 3 52 1 60 0 63 44 77 62 10
Octal 3 122 1 140 0 143 104 167 142 20
Binary 11 1010010 1 1100000 0 1100011 1000100 1110111 1100010 10000

Color Harmonies of #035201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035201

Black with #035201

Text Example


Text Example

White with #035201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035201; }

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

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

background-color css

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

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

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

border-color css

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

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

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