Html Css Color HEX #34825D Sea Green

📋 copy color: '#34825D'

red 52 ◦ green 130 ◦ blue 93

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

Shades of Sea Green #34825D

Tints of Sea Green #34825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 18.91%
G = 47.27%
B = 33.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#34825D (or 0x34825D) is known color: Sea Green. HEX triplet: 34, 82 and 5D. RGB value is (52,130,93). Sum of RGB (Red+Green+Blue) = 52+130+93=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #34825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34825D is #CB7DA2. Grayscale: #666666. Windows color (decimal): -13335971 or 6128180. OLE color: 6128180.

HSL color Cylindrical-coordinate representation of color #34825D: hue angle of 151.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34825D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 93 -
CMYK 0.60 0 0.28 0.49
HSL 151.54º 0.43% 0.36% -
HSV(B) 151.54º 0.6% 0.51% -
XYZ 11.37 17.49 13.13 -
YUV 102.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 52 130 93 0.60 0 0.28 0.49 151.54 0.43 0.36
Hex 34 82 5D 3C 0 1C 31 98 2B 24
Octal 64 202 135 74 0 34 61 230 53 44
Binary 110100 10000010 1011101 111100 0 11100 110001 10011000 101011 100100

Color Harmonies of #34825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34825D

Black with #34825D

Text Example


Text Example

White with #34825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,130,93); }

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

background-color css

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

 a { background-color: rgb(52,130,93); }

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

border-color css

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

 span { border-color: rgb(52,130,93); }

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