Html Css Color HEX #34865D Sea Green

📋 copy color: '#34865D'

red 52 ◦ green 134 ◦ blue 93

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

Shades of Sea Green #34865D

Tints of Sea Green #34865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 18.64%
G = 48.03%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#34865D (or 0x34865D) is known color: Sea Green. HEX triplet: 34, 86 and 5D. RGB value is (52,134,93). Sum of RGB (Red+Green+Blue) = 52+134+93=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #34865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34865D is #CB79A2. Grayscale: #686868. Windows color (decimal): -13334947 or 6129204. OLE color: 6129204.

HSL color Cylindrical-coordinate representation of color #34865D: hue angle of 150º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34865D is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 93 -
CMYK 0.61 0 0.31 0.47
HSL 150º 0.44% 0.36% -
HSV(B) 150º 0.61% 0.53% -
XYZ 11.92 18.57 13.31 -
YUV 104.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 52 134 93 0.61 0 0.31 0.47 150 0.44 0.36
Hex 34 86 5D 3D 0 1F 2F 96 2C 24
Octal 64 206 135 75 0 37 57 226 54 44
Binary 110100 10000110 1011101 111101 0 11111 101111 10010110 101100 100100

Color Harmonies of #34865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34865D

Black with #34865D

Text Example


Text Example

White with #34865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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