#435047

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

Shades of Goblin #435047

Tints of Goblin #435047

Color information

#435047 (or 0x435047) is unknown color: approx Goblin. HEX triplet: 43, 50 and 47. RGB value is (67,80,71). Sum of RGB (Red+Green+Blue) = 67+80+71=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #435047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435047 is #BCAFB8. Grayscale: #4B4B4B. Windows color (decimal): -12365753 or 4673603. OLE color: 4673603.

HSL color Cylindrical-coordinate representation of color #435047: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #435047 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB678071-
CMYK0.1600.110.69
HSL138.46º8.84%28.82%-
HSV(B)138.46º16.25%31.37%-
XYZ6.327.397.05-
YUV75.09125.69122.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=30.73%
G=36.70%
B=32.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780710.1600.110.69138.468.8428.82
Hex435047100B458a91d
Octal103120107200131052121135
Binary1000011101000010001111000001011100010110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435047; }

 p { color: rgb(67,80,71); }

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

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

 a { background-color: rgb(67,80,71); }

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

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

 span { border-color: rgb(67,80,71); }

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