#34534B

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

Shades of Corduroy #34534B

Tints of Corduroy #34534B

Color information

#34534B (or 0x34534B) is unknown color: approx Corduroy. HEX triplet: 34, 53 and 4B. RGB value is (52,83,75). Sum of RGB (Red+Green+Blue) = 52+83+75=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #34534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34534B is #CBACB4. Grayscale: #484848. Windows color (decimal): -13348021 or 4936500. OLE color: 4936500.

HSL color Cylindrical-coordinate representation of color #34534B: hue angle of 164.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34534B is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB528375-
CMYK0.3700.100.67
HSL164.52º22.96%26.47%-
HSV(B)164.52º37.35%32.55%-
XYZ5.787.427.79-
YUV72.82129.23113.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=24.76%
G=39.52%
B=35.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283750.3700.100.67164.5222.9626.47
Hex34534B250A43a5171a
Octal64123113450121032452732
Binary11010010100111001011100101010101000011101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34534B; }

 p { color: rgb(52,83,75); }

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

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

 a { background-color: rgb(52,83,75); }

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

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

 span { border-color: rgb(52,83,75); }

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