#345047

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

Shades of Corduroy #345047

Tints of Corduroy #345047

Color information

#345047 (or 0x345047) is unknown color: approx Corduroy. HEX triplet: 34, 50 and 47. RGB value is (52,80,71). Sum of RGB (Red+Green+Blue) = 52+80+71=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #345047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345047 is #CBAFB8. Grayscale: #464646. Windows color (decimal): -13348793 or 4673588. OLE color: 4673588.

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

Color convert

RGB528071-
CMYK0.3500.110.69
HSL160.71º21.21%25.88%-
HSV(B)160.71º35%31.37%-
XYZ5.426.927.01-
YUV70.6128.22114.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=25.62%
G=39.41%
B=34.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280710.3500.110.69160.7121.2125.88
Hex345047230B45a1151a
Octal64120107430131052412532
Binary11010010100001000111100011010111000101101000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345047; }

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

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

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

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

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

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

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

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