Html Css Color HEX #34A77B Gossamer

📋 copy color: '#34A77B'

red 52 ◦ green 167 ◦ blue 123

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

Shades of Gossamer #34A77B

Tints of Gossamer #34A77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.83%

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 15.2%
G = 48.83%
B = 35.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#34A77B (or 0x34A77B) is known color: Gossamer. HEX triplet: 34, A7 and 7B. RGB value is (52,167,123). Sum of RGB (Red+Green+Blue) = 52+167+123=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #34A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A77B is #CB5884. Grayscale: #7F7F7F. Windows color (decimal): -13326469 or 8103732. OLE color: 8103732.

HSL color Cylindrical-coordinate representation of color #34A77B: hue angle of 157.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A77B is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 167 123 -
CMYK 0.69 0 0.26 0.35
HSL 157.04º 0.53% 0.43% -
HSV(B) 157.04º 0.69% 0.65% -
XYZ 18.81 29.8 23.5 -
YUV 127.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 52 167 123 0.69 0 0.26 0.35 157.04 0.53 0.43
Hex 34 A7 7B 45 0 1A 23 9D 35 2B
Octal 64 247 173 105 0 32 43 235 65 53
Binary 110100 10100111 1111011 1000101 0 11010 100011 10011101 110101 101011

Color Harmonies of #34A77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A77B

Black with #34A77B

Text Example


Text Example

White with #34A77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A77B; }

 p { color: rgb(52,167,123); }

 H1.HeaderClassName
 {
   color: #34A77B;
 }
 .AnyTagClassName
 {
   color: #34A77B;
 }
</style>

background-color css

<style>
 a { background-color: #34A77B; }

 a { background-color: rgb(52,167,123); }

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

border-color css

<style>
 span { border-color: #34A77B; }

 span { border-color: rgb(52,167,123); }

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