#138435

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

Shades of Dark Spring Green #138435

Tints of Dark Spring Green #138435

Color information

#138435 (or 0x138435) is unknown color: approx Dark Spring Green. HEX triplet: 13, 84 and 35. RGB value is (19,132,53). Sum of RGB (Red+Green+Blue) = 19+132+53=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #138435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138435 is #EC7BCA. Grayscale: #595959. Windows color (decimal): -15498187 or 3507219. OLE color: 3507219.

HSL color Cylindrical-coordinate representation of color #138435: hue angle of 138.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138435 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1913253-
CMYK0.8600.600.48
HSL138.05º74.83%29.61%-
HSV(B)138.05º85.61%51.76%-
XYZ9.1616.96.15-
YUV89.21107.5677.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 132 (51.95% from 255) = 64.71%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=9.31%
G=64.71%
B=25.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132530.8600.600.48138.0574.8329.61
Hex1384355603C308a4b1e
Octal23204651260746021211336
Binary10011100001001101011010110011110011000010001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138435; }

 p { color: rgb(19,132,53); }

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

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

 a { background-color: rgb(19,132,53); }

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

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

 span { border-color: rgb(19,132,53); }

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