Html Css Color HEX #34947A Gossamer

📋 copy color: '#34947A'

red 52 ◦ green 148 ◦ blue 122

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

Shades of Gossamer #34947A

Tints of Gossamer #34947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 16.15%
G = 45.96%
B = 37.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#34947A (or 0x34947A) is known color: Gossamer. HEX triplet: 34, 94 and 7A. RGB value is (52,148,122). Sum of RGB (Red+Green+Blue) = 52+148+122=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #34947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34947A is #CB6B85. Grayscale: #747474. Windows color (decimal): -13331334 or 8033332. OLE color: 8033332.

HSL color Cylindrical-coordinate representation of color #34947A: hue angle of 163.75º 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 #34947A is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 122 -
CMYK 0.65 0 0.18 0.42
HSL 163.75º 0.48% 0.39% -
HSV(B) 163.75º 0.65% 0.58% -
XYZ 15.52 23.32 22.09 -
YUV 116.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 52 148 122 0.65 0 0.18 0.42 163.75 0.48 0.39
Hex 34 94 7A 41 0 12 2A A4 30 27
Octal 64 224 172 101 0 22 52 244 60 47
Binary 110100 10010100 1111010 1000001 0 10010 101010 10100100 110000 100111

Color Harmonies of #34947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34947A

Black with #34947A

Text Example


Text Example

White with #34947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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