Html Css Color HEX #34947D Gossamer

📋 copy color: '#34947D'

red 52 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #34947D

Tints of Gossamer #34947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 16%
G = 45.54%
B = 38.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#34947D (or 0x34947D) is known color: Gossamer. HEX triplet: 34, 94 and 7D. RGB value is (52,148,125). Sum of RGB (Red+Green+Blue) = 52+148+125=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #34947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34947D is #CB6B82. Grayscale: #747474. Windows color (decimal): -13331331 or 8229940. OLE color: 8229940.

HSL color Cylindrical-coordinate representation of color #34947D: hue angle of 165.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34947D is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 125 -
CMYK 0.65 0 0.16 0.42
HSL 165.63º 0.48% 0.39% -
HSV(B) 165.63º 0.65% 0.58% -
XYZ 15.71 23.39 23.09 -
YUV 116.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 52 148 125 0.65 0 0.16 0.42 165.63 0.48 0.39
Hex 34 94 7D 41 0 10 2A A6 30 27
Octal 64 224 175 101 0 20 52 246 60 47
Binary 110100 10010100 1111101 1000001 0 10000 101010 10100110 110000 100111

Color Harmonies of #34947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34947D

Black with #34947D

Text Example


Text Example

White with #34947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,148,125); }

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

background-color css

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

 a { background-color: rgb(52,148,125); }

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

border-color css

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

 span { border-color: rgb(52,148,125); }

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