#34674D

Color #34674D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #34674D

Tints of Spectra #34674D

Color information

#34674D (or 0x34674D) is unknown color: approx Spectra. HEX triplet: 34, 67 and 4D. RGB value is (52,103,77). Sum of RGB (Red+Green+Blue) = 52+103+77=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #34674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34674D is #CB98B2. Grayscale: #545454. Windows color (decimal): -13342899 or 5072692. OLE color: 5072692.

HSL color Cylindrical-coordinate representation of color #34674D: hue angle of 149.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34674D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB5210377-
CMYK0.5000.250.60
HSL149.41º32.9%30.39%-
HSV(B)149.41º49.51%40.39%-
XYZ7.6110.978.74-
YUV84.79123.6104.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=22.41%
G=44.40%
B=33.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103770.5000.250.60149.4132.930.39
Hex34674D320193C95211e
Octal6414711562031742254136
Binary110100110011110011011100100110011111001001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,103,77); }

 H1.HeaderClassName
 {
   color: #34674D;
 }
 .AnyTagClassName
 {
   color: #34674D;
 }
</style>
background-color css

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

 a { background-color: rgb(52,103,77); }

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

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

 span { border-color: rgb(52,103,77); }

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