Html Css Color HEX #128635 Dark Spring Green

📋 copy color: '#128635'

red 18 ◦ green 134 ◦ blue 53

#128635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #128635

Tints of Dark Spring Green #128635

RGB

 RED value IS 18 (7.42% from 255) = 8.78%

 GREEN value IS 134 (52.73% from 255) = 65.37%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 8.78%
G = 65.37%
B = 25.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#128635 (or 0x128635) is known color: Dark Spring Green. HEX triplet: 12, 86 and 35. RGB value is (18,134,53). Sum of RGB (Red+Green+Blue) = 18+134+53=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #128635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128635 is #ED79CA. Grayscale: #5A5A5A. Windows color (decimal): -15563211 or 3507730. OLE color: 3507730.

HSL color Cylindrical-coordinate representation of color #128635: hue angle of 138.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128635 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 53 -
CMYK 0.87 0 0.60 0.47
HSL 138.1º 0.76% 0.3% -
HSV(B) 138.1º 0.87% 0.53% -
XYZ 9.42 17.44 6.24 -
YUV 90.08 107.07 76.59 -
System Red Green Blue C M Y K H S L
Decimal 18 134 53 0.87 0 0.60 0.47 138.1 0.76 0.3
Hex 12 86 35 57 0 3C 2F 8A 4C 1E
Octal 22 206 65 127 0 74 57 212 114 36
Binary 10010 10000110 110101 1010111 0 111100 101111 10001010 1001100 11110

Color Harmonies of #128635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128635

Black with #128635

Text Example


Text Example

White with #128635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128635; }

 p { color: rgb(18,134,53); }

 H1.HeaderClassName
 {
   color: #128635;
 }
 .AnyTagClassName
 {
   color: #128635;
 }
</style>

background-color css

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

 a { background-color: rgb(18,134,53); }

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

border-color css

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

 span { border-color: rgb(18,134,53); }

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