#34825C

Color #34825C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #34825C

Tints of Sea Green #34825C

Color information

#34825C (or 0x34825C) is unknown color: approx Sea Green. HEX triplet: 34, 82 and 5C. RGB value is (52,130,92). Sum of RGB (Red+Green+Blue) = 52+130+92=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #34825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34825C is #CB7DA3. Grayscale: #666666. Windows color (decimal): -13335972 or 6062644. OLE color: 6062644.

HSL color Cylindrical-coordinate representation of color #34825C: hue angle of 150.77º 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 #34825C is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5213092-
CMYK0.6000.290.49
HSL150.77º42.86%35.69%-
HSV(B)150.77º60%50.98%-
XYZ11.3317.4712.9-
YUV102.35122.1692.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=18.98%
G=47.45%
B=33.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130920.6000.290.49150.7742.8635.69
Hex34825C3C01D31972b24
Octal6420213474035612275344
Binary11010010000010101110011110001110111000110010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34825C;
 }
 .AnyTagClassName
 {
   color: #34825C;
 }
</style>
background-color css

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

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

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

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

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

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