#226C4A

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

Shades of Dark Spring Green #226C4A

Tints of Dark Spring Green #226C4A

Color information

#226C4A (or 0x226C4A) is unknown color: approx Dark Spring Green. HEX triplet: 22, 6C and 4A. RGB value is (34,108,74). Sum of RGB (Red+Green+Blue) = 34+108+74=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #226C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C4A is #DD93B5. Grayscale: #525252. Windows color (decimal): -14521270 or 4877346. OLE color: 4877346.

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

Color convert

RGB3410874-
CMYK0.6900.310.58
HSL152.43º52.11%27.84%-
HSV(B)152.43º68.52%42.35%-
XYZ7.2611.568.33-
YUV82123.4893.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 108 (42.58% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=15.74%
G=50%
B=34.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34108740.6900.310.58152.4352.1127.84
Hex226C4A4501F3A98341c
Octal42154112105037722306434
Binary1000101101100100101010001010111111110101001100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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