#26764B

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

Shades of Dark Spring Green #26764B

Tints of Dark Spring Green #26764B

Color information

#26764B (or 0x26764B) is unknown color: approx Dark Spring Green. HEX triplet: 26, 76 and 4B. RGB value is (38,118,75). Sum of RGB (Red+Green+Blue) = 38+118+75=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #26764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26764B is #D989B4. Grayscale: #595959. Windows color (decimal): -14256565 or 4945446. OLE color: 4945446.

HSL color Cylindrical-coordinate representation of color #26764B: hue angle of 147.75º 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 #26764B is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB3811875-
CMYK0.6800.360.54
HSL147.75º51.28%30.59%-
HSV(B)147.75º67.8%46.27%-
XYZ8.5513.888.88-
YUV89.1812091.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=16.45%
G=51.08%
B=32.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118750.6800.360.54147.7551.2830.59
Hex26764B440243694331f
Octal46166113104044662246337
Binary10011011101101001011100010001001001101101001010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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