#1A431A

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

Shades of Myrtle #1A431A

Tints of Myrtle #1A431A

Color information

#1A431A (or 0x1A431A) is unknown color: approx Myrtle. HEX triplet: 1A, 43 and 1A. RGB value is (26,67,26). Sum of RGB (Red+Green+Blue) = 26+67+26=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #1A431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A431A is #E5BCE5. Grayscale: #323232. Windows color (decimal): -15056102 or 1721114. OLE color: 1721114.

HSL color Cylindrical-coordinate representation of color #1A431A: hue angle of 120º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A431A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB266726-
CMYK0.6100.610.74
HSL120º44.09%18.24%-
HSV(B)120º61.19%26.27%-
XYZ2.624.311.67-
YUV50.07114.42110.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=21.85%
G=56.30%
B=21.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2667260.6100.610.7412044.0918.24
Hex1A431A3D03D4A782c12
Octal3210332750751121705422
Binary1101010000111101011110101111011001010111100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A431A; }

 p { color: rgb(26,67,26); }

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

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

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

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

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

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

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