Html Css Color HEX #34907D Gossamer

📋 copy color: '#34907D'

red 52 ◦ green 144 ◦ blue 125

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

Shades of Gossamer #34907D

Tints of Gossamer #34907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

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

R = 16.2%
G = 44.86%
B = 38.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#34907D (or 0x34907D) is known color: Gossamer. HEX triplet: 34, 90 and 7D. RGB value is (52,144,125). Sum of RGB (Red+Green+Blue) = 52+144+125=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #34907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34907D is #CB6F82. Grayscale: #727272. Windows color (decimal): -13332355 or 8228916. OLE color: 8228916.

HSL color Cylindrical-coordinate representation of color #34907D: hue angle of 167.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34907D is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 125 -
CMYK 0.64 0 0.13 0.44
HSL 167.61º 0.47% 0.38% -
HSV(B) 167.61º 0.64% 0.56% -
XYZ 15.09 22.16 22.88 -
YUV 114.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 52 144 125 0.64 0 0.13 0.44 167.61 0.47 0.38
Hex 34 90 7D 40 0 D 2C A8 2F 26
Octal 64 220 175 100 0 15 54 250 57 46
Binary 110100 10010000 1111101 1000000 0 1101 101100 10101000 101111 100110

Color Harmonies of #34907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34907D

Black with #34907D

Text Example


Text Example

White with #34907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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