Html Css Color HEX #148336 Dark Spring Green

📋 copy color: '#148336'

red 20 ◦ green 131 ◦ blue 54

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

Shades of Dark Spring Green #148336

Tints of Dark Spring Green #148336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 9.76%
G = 63.9%
B = 26.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#148336 (or 0x148336) is known color: Dark Spring Green. HEX triplet: 14, 83 and 36. RGB value is (20,131,54). Sum of RGB (Red+Green+Blue) = 20+131+54=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #148336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148336 is #EB7CC9. Grayscale: #595959. Windows color (decimal): -15432906 or 3572500. OLE color: 3572500.

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

Color convert

RGB 20 131 54 -
CMYK 0.85 0 0.59 0.49
HSL 138.38º 0.74% 0.3% -
HSV(B) 138.38º 0.85% 0.51% -
XYZ 9.07 16.65 6.23 -
YUV 89.03 108.23 78.76 -
System Red Green Blue C M Y K H S L
Decimal 20 131 54 0.85 0 0.59 0.49 138.38 0.74 0.3
Hex 14 83 36 55 0 3B 31 8A 4A 1E
Octal 24 203 66 125 0 73 61 212 112 36
Binary 10100 10000011 110110 1010101 0 111011 110001 10001010 1001010 11110

Color Harmonies of #148336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148336

Black with #148336

Text Example


Text Example

White with #148336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148336; }

 p { color: rgb(20,131,54); }

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

background-color css

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

 a { background-color: rgb(20,131,54); }

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

border-color css

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

 span { border-color: rgb(20,131,54); }

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