#26764A

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

Shades of Dark Spring Green #26764A

Tints of Dark Spring Green #26764A

Color information

#26764A (or 0x26764A) is unknown color: approx Dark Spring Green. HEX triplet: 26, 76 and 4A. RGB value is (38,118,74). Sum of RGB (Red+Green+Blue) = 38+118+74=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #26764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26764A is #D989B5. Grayscale: #595959. Windows color (decimal): -14256566 or 4879910. OLE color: 4879910.

HSL color Cylindrical-coordinate representation of color #26764A: hue angle of 147º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26764A is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB3811874-
CMYK0.6800.370.54
HSL147º51.28%30.59%-
HSV(B)147º67.8%46.27%-
XYZ8.5113.868.71-
YUV89.06119.591.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=16.52%
G=51.30%
B=32.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118740.6800.370.5414751.2830.59
Hex26764A440253693331f
Octal46166112104045662236337
Binary10011011101101001010100010001001011101101001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26764A; }

 p { color: rgb(38,118,74); }

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

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

 a { background-color: rgb(38,118,74); }

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

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

 span { border-color: rgb(38,118,74); }

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