#226B4A

Color #226B4A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #226B4A

Tints of Dark Spring Green #226B4A

Color information

#226B4A (or 0x226B4A) is unknown color: approx Dark Spring Green. HEX triplet: 22, 6B and 4A. RGB value is (34,107,74). Sum of RGB (Red+Green+Blue) = 34+107+74=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #226B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B4A is #DD94B5. Grayscale: #515151. Windows color (decimal): -14521526 or 4877090. OLE color: 4877090.

HSL color Cylindrical-coordinate representation of color #226B4A: hue angle of 152.88º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226B4A is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB3410774-
CMYK0.6800.310.58
HSL152.88º51.77%27.65%-
HSV(B)152.88º68.22%41.96%-
XYZ7.1511.358.29-
YUV81.41123.8294.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=15.81%
G=49.77%
B=34.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107740.6800.310.58152.8851.7727.65
Hex226B4A4401F3A99341c
Octal42153112104037722316434
Binary1000101101011100101010001000111111110101001100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226B4A; }

 p { color: rgb(34,107,74); }

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

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

 a { background-color: rgb(34,107,74); }

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

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

 span { border-color: rgb(34,107,74); }

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