Html Css Color HEX #34684F Spectra

📋 copy color: '#34684F'

red 52 ◦ green 104 ◦ blue 79

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

Shades of Spectra #34684F

Tints of Spectra #34684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.26%

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 22.13%
G = 44.26%
B = 33.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#34684F (or 0x34684F) is known color: Spectra. HEX triplet: 34, 68 and 4F. RGB value is (52,104,79). Sum of RGB (Red+Green+Blue) = 52+104+79=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #34684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34684F is #CB97B0. Grayscale: #555555. Windows color (decimal): -13342641 or 5204020. OLE color: 5204020.

HSL color Cylindrical-coordinate representation of color #34684F: hue angle of 151.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34684F is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 79 -
CMYK 0.50 0 0.24 0.59
HSL 151.15º 0.33% 0.31% -
HSV(B) 151.15º 0.5% 0.41% -
XYZ 7.78 11.2 9.15 -
YUV 85.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 52 104 79 0.50 0 0.24 0.59 151.15 0.33 0.31
Hex 34 68 4F 32 0 18 3B 97 21 1F
Octal 64 150 117 62 0 30 73 227 41 37
Binary 110100 1101000 1001111 110010 0 11000 111011 10010111 100001 11111

Color Harmonies of #34684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34684F

Black with #34684F

Text Example


Text Example

White with #34684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34684F; }

 p { color: rgb(52,104,79); }

 H1.HeaderClassName
 {
   color: #34684F;
 }
 .AnyTagClassName
 {
   color: #34684F;
 }
</style>

background-color css

<style>
 a { background-color: #34684F; }

 a { background-color: rgb(52,104,79); }

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

border-color css

<style>
 span { border-color: #34684F; }

 span { border-color: rgb(52,104,79); }

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