Html Css Color HEX #34914C Sea Green

📋 copy color: '#34914C'

red 52 ◦ green 145 ◦ blue 76

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

Shades of Sea Green #34914C

Tints of Sea Green #34914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 19.05%
G = 53.11%
B = 27.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#34914C (or 0x34914C) is known color: Sea Green. HEX triplet: 34, 91 and 4C. RGB value is (52,145,76). Sum of RGB (Red+Green+Blue) = 52+145+76=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #34914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34914C is #CB6EB3. Grayscale: #6D6D6D. Windows color (decimal): -13332148 or 5017908. OLE color: 5017908.

HSL color Cylindrical-coordinate representation of color #34914C: hue angle of 135.48º 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 #34914C is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 76 -
CMYK 0.64 0 0.48 0.43
HSL 135.48º 0.47% 0.39% -
HSV(B) 135.48º 0.64% 0.57% -
XYZ 12.85 21.5 10.31 -
YUV 109.33 109.19 87.11 -
System Red Green Blue C M Y K H S L
Decimal 52 145 76 0.64 0 0.48 0.43 135.48 0.47 0.39
Hex 34 91 4C 40 0 30 2B 87 2F 27
Octal 64 221 114 100 0 60 53 207 57 47
Binary 110100 10010001 1001100 1000000 0 110000 101011 10000111 101111 100111

Color Harmonies of #34914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34914C

Black with #34914C

Text Example


Text Example

White with #34914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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