Html Css Color HEX #148639 Dark Spring Green

📋 copy color: '#148639'

red 20 ◦ green 134 ◦ blue 57

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

Shades of Dark Spring Green #148639

Tints of Dark Spring Green #148639

RGB

 RED value IS 20 (8.2% from 255) = 9.48%

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

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 9.48%
G = 63.51%
B = 27.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#148639 (or 0x148639) is known color: Dark Spring Green. HEX triplet: 14, 86 and 39. RGB value is (20,134,57). Sum of RGB (Red+Green+Blue) = 20+134+57=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #148639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148639 is #EB79C6. Grayscale: #5B5B5B. Windows color (decimal): -15432135 or 3769876. OLE color: 3769876.

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

Color convert

RGB 20 134 57 -
CMYK 0.85 0 0.57 0.47
HSL 139.47º 0.74% 0.3% -
HSV(B) 139.47º 0.85% 0.53% -
XYZ 9.55 17.49 6.74 -
YUV 91.14 108.73 77.26 -
System Red Green Blue C M Y K H S L
Decimal 20 134 57 0.85 0 0.57 0.47 139.47 0.74 0.3
Hex 14 86 39 55 0 39 2F 8B 4A 1E
Octal 24 206 71 125 0 71 57 213 112 36
Binary 10100 10000110 111001 1010101 0 111001 101111 10001011 1001010 11110

Color Harmonies of #148639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148639

Black with #148639

Text Example


Text Example

White with #148639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148639; }

 p { color: rgb(20,134,57); }

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

background-color css

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

 a { background-color: rgb(20,134,57); }

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

border-color css

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

 span { border-color: rgb(20,134,57); }

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