#235006

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

Shades of Myrtle #235006

Tints of Myrtle #235006

Color information

#235006 (or 0x235006) is unknown color: approx Myrtle. HEX triplet: 23, 50 and 06. RGB value is (35,80,6). Sum of RGB (Red+Green+Blue) = 35+80+6=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #235006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235006 is #DCAFF9. Grayscale: #3A3A3A. Windows color (decimal): -14462970 or 413731. OLE color: 413731.

HSL color Cylindrical-coordinate representation of color #235006: hue angle of 96.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #235006 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB35806-
CMYK0.5600.920.69
HSL96.49º86.05%16.86%-
HSV(B)96.49º92.5%31.37%-
XYZ3.596.111.16-
YUV58.1198.59111.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=28.93%
G=66.12%
B=4.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal358060.5600.920.6996.4986.0516.86
Hex235063805C45605611
Octal43120670013410514012621
Binary10001110100001101110000101110010001011100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235006; }

 p { color: rgb(35,80,6); }

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

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

 a { background-color: rgb(35,80,6); }

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

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

 span { border-color: rgb(35,80,6); }

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