#0E7635

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

Shades of Dark Spring Green #0E7635

Tints of Dark Spring Green #0E7635

Color information

#0E7635 (or 0x0E7635) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 76 and 35. RGB value is (14,118,53). Sum of RGB (Red+Green+Blue) = 14+118+53=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7635 is #F189CA. Grayscale: #4F4F4F. Windows color (decimal): -15829451 or 3503630. OLE color: 3503630.

HSL color Cylindrical-coordinate representation of color #0E7635: hue angle of 142.5º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7635 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1411853-
CMYK0.8800.550.54
HSL142.5º78.79%25.88%-
HSV(B)142.5º88.14%46.27%-
XYZ7.313.315.55-
YUV79.49113.0481.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.57%
GREEN value IS 118 (46.48% from 255) = 63.78%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=7.57%
G=63.78%
B=28.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118530.8800.550.54142.578.7925.88
HexE763558037368e4f1a
Octal16166651300676621611732
Binary111011101101101011011000011011111011010001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7635; }

 p { color: rgb(14,118,53); }

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

<style>
 a { background-color: #0E7635; }

 a { background-color: rgb(14,118,53); }

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

<style>
 span { border-color: #0E7635; }

 span { border-color: rgb(14,118,53); }

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