#34624E

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

Shades of Spectra #34624E

Tints of Spectra #34624E

Color information

#34624E (or 0x34624E) is unknown color: approx Spectra. HEX triplet: 34, 62 and 4E. RGB value is (52,98,78). Sum of RGB (Red+Green+Blue) = 52+98+78=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #34624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34624E is #CB9DB1. Grayscale: #525252. Windows color (decimal): -13344178 or 5136948. OLE color: 5136948.

HSL color Cylindrical-coordinate representation of color #34624E: hue angle of 153.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34624E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB529878-
CMYK0.4700.200.62
HSL153.91º30.67%29.41%-
HSV(B)153.91º46.94%38.43%-
XYZ7.1610.028.76-
YUV81.97125.76106.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=22.81%
G=42.98%
B=34.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298780.4700.200.62153.9130.6729.41
Hex34624E2F0143E9a1f1d
Octal6414211657024762323735
Binary11010011000101001110101111010100111110100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34624E; }

 p { color: rgb(52,98,78); }

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

<style>
 a { background-color: #34624E; }

 a { background-color: rgb(52,98,78); }

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

<style>
 span { border-color: #34624E; }

 span { border-color: rgb(52,98,78); }

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