Html Css Color HEX #349253 Sea Green

📋 copy color: '#349253'

red 52 ◦ green 146 ◦ blue 83

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

Shades of Sea Green #349253

Tints of Sea Green #349253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.96%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 18.51%
G = 51.96%
B = 29.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#349253 (or 0x349253) is known color: Sea Green. HEX triplet: 34, 92 and 53. RGB value is (52,146,83). Sum of RGB (Red+Green+Blue) = 52+146+83=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #349253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349253 is #CB6DAC. Grayscale: #6E6E6E. Windows color (decimal): -13331885 or 5476916. OLE color: 5476916.

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

Color convert

RGB 52 146 83 -
CMYK 0.64 0 0.43 0.43
HSL 139.79º 0.47% 0.39% -
HSV(B) 139.79º 0.64% 0.57% -
XYZ 13.26 21.91 11.71 -
YUV 110.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 52 146 83 0.64 0 0.43 0.43 139.79 0.47 0.39
Hex 34 92 53 40 0 2B 2B 8C 2F 27
Octal 64 222 123 100 0 53 53 214 57 47
Binary 110100 10010010 1010011 1000000 0 101011 101011 10001100 101111 100111

Color Harmonies of #349253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349253

Black with #349253

Text Example


Text Example

White with #349253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349253; }

 p { color: rgb(52,146,83); }

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

background-color css

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

 a { background-color: rgb(52,146,83); }

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

border-color css

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

 span { border-color: rgb(52,146,83); }

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