#334B45

Color #334B45 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #334B45

Tints of Gable Green #334B45

Color information

#334B45 (or 0x334B45) is unknown color: approx Gable Green. HEX triplet: 33, 4B and 45. RGB value is (51,75,69). Sum of RGB (Red+Green+Blue) = 51+75+69=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #334B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B45 is #CCB4BA. Grayscale: #434343. Windows color (decimal): -13415611 or 4541235. OLE color: 4541235.

HSL color Cylindrical-coordinate representation of color #334B45: hue angle of 165º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B45 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB517569-
CMYK0.3200.080.71
HSL165º19.05%24.71%-
HSV(B)165º32%29.41%-
XYZ4.966.176.56-
YUV67.14129.05116.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=26.15%
G=38.46%
B=35.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175690.3200.080.7116519.0524.71
Hex334B45200847a51319
Octal63113105400101072452331
Binary11001110010111000101100000010001000111101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334B45; }

 p { color: rgb(51,75,69); }

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

<style>
 a { background-color: #334B45; }

 a { background-color: rgb(51,75,69); }

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

<style>
 span { border-color: #334B45; }

 span { border-color: rgb(51,75,69); }

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