#345741

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

Shades of Goblin #345741

Tints of Goblin #345741

Color information

#345741 (or 0x345741) is unknown color: approx Goblin. HEX triplet: 34, 57 and 41. RGB value is (52,87,65). Sum of RGB (Red+Green+Blue) = 52+87+65=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #345741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345741 is #CBA8BE. Grayscale: #4A4A4A. Windows color (decimal): -13347007 or 4282164. OLE color: 4282164.

HSL color Cylindrical-coordinate representation of color #345741: hue angle of 142.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345741 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB528765-
CMYK0.4000.250.66
HSL142.29º25.18%27.25%-
HSV(B)142.29º40.23%34.12%-
XYZ5.787.936.23-
YUV74.03122.9112.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=25.49%
G=42.65%
B=31.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287650.4000.250.66142.2925.1827.25
Hex34574128019428e191b
Octal64127101500311022163133
Binary110100101011110000011010000110011000010100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345741; }

 p { color: rgb(52,87,65); }

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

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

 a { background-color: rgb(52,87,65); }

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

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

 span { border-color: rgb(52,87,65); }

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