#34644C

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

Shades of Spectra #34644C

Tints of Spectra #34644C

Color information

#34644C (or 0x34644C) is unknown color: approx Spectra. HEX triplet: 34, 64 and 4C. RGB value is (52,100,76). Sum of RGB (Red+Green+Blue) = 52+100+76=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #34644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34644C is #CB9BB3. Grayscale: #525252. Windows color (decimal): -13343668 or 5006388. OLE color: 5006388.

HSL color Cylindrical-coordinate representation of color #34644C: hue angle of 150º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34644C is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB5210076-
CMYK0.4800.240.61
HSL150º31.58%29.8%-
HSV(B)150º48%39.22%-
XYZ7.2810.378.45-
YUV82.91124.1105.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=22.81%
G=43.86%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100760.4800.240.6115031.5829.8
Hex34644C300183D96201e
Octal6414411460030752264036
Binary110100110010010011001100000110001111011001011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34644C; }

 p { color: rgb(52,100,76); }

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

<style>
 a { background-color: #34644C; }

 a { background-color: rgb(52,100,76); }

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

<style>
 span { border-color: #34644C; }

 span { border-color: rgb(52,100,76); }

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