Html Css Color HEX #34914D Sea Green

📋 copy color: '#34914D'

red 52 ◦ green 145 ◦ blue 77

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

Shades of Sea Green #34914D

Tints of Sea Green #34914D

RGB

 RED value IS 52 (20.7% from 255) = 18.98%

 GREEN value IS 145 (57.03% from 255) = 52.92%

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 18.98%
G = 52.92%
B = 28.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#34914D (or 0x34914D) is known color: Sea Green. HEX triplet: 34, 91 and 4D. RGB value is (52,145,77). Sum of RGB (Red+Green+Blue) = 52+145+77=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #34914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34914D is #CB6EB2. Grayscale: #6D6D6D. Windows color (decimal): -13332147 or 5083444. OLE color: 5083444.

HSL color Cylindrical-coordinate representation of color #34914D: hue angle of 136.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34914D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 77 -
CMYK 0.64 0 0.47 0.43
HSL 136.13º 0.47% 0.39% -
HSV(B) 136.13º 0.64% 0.57% -
XYZ 12.88 21.52 10.5 -
YUV 109.44 109.69 87.03 -
System Red Green Blue C M Y K H S L
Decimal 52 145 77 0.64 0 0.47 0.43 136.13 0.47 0.39
Hex 34 91 4D 40 0 2F 2B 88 2F 27
Octal 64 221 115 100 0 57 53 210 57 47
Binary 110100 10010001 1001101 1000000 0 101111 101011 10001000 101111 100111

Color Harmonies of #34914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34914D

Black with #34914D

Text Example


Text Example

White with #34914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34914D; }

 p { color: rgb(52,145,77); }

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

background-color css

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

 a { background-color: rgb(52,145,77); }

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

border-color css

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

 span { border-color: rgb(52,145,77); }

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