#035210

Color #035210 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #035210

Tints of Myrtle #035210

Color information

#035210 (or 0x035210) is unknown color: approx Myrtle. HEX triplet: 03, 52 and 10. RGB value is (3,82,16). Sum of RGB (Red+Green+Blue) = 3+82+16=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #035210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035210 is #FCADEF. Grayscale: #333333. Windows color (decimal): -16559600 or 1069571. OLE color: 1069571.

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

Color convert

RGB38216-
CMYK0.9600.800.68
HSL129.87º92.94%16.67%-
HSV(B)129.87º96.34%32.16%-
XYZ3.156.091.5-
YUV50.86108.3393.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 82 (32.42% from 255) = 81.19%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=2.97%
G=81.19%
B=15.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382160.9600.800.68129.8792.9416.67
Hex352106005044825d11
Octal312220140012010420213521
Binary11101001010000110000001010000100010010000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035210; }

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

 H1.HeaderClassName
 {
   color: #035210;
 }
 .AnyTagClassName
 {
   color: #035210;
 }
</style>
background-color css

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

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

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

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

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

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