Html Css Color HEX #34534B Corduroy

📋 copy color: '#34534B'

red 52 ◦ green 83 ◦ blue 75

#34534B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #34534B

Tints of Corduroy #34534B

RGB

 RED value IS 52 (20.7% 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 value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#34534B (or 0x34534B) is known color: 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

RGB 52 83 75 -
CMYK 0.37 0 0.10 0.67
HSL 164.52º 0.23% 0.26% -
HSV(B) 164.52º 0.37% 0.33% -
XYZ 5.78 7.42 7.79 -
YUV 72.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 52 83 75 0.37 0 0.10 0.67 164.52 0.23 0.26
Hex 34 53 4B 25 0 A 43 A5 17 1A
Octal 64 123 113 45 0 12 103 245 27 32
Binary 110100 1010011 1001011 100101 0 1010 1000011 10100101 10111 11010

Color Harmonies of #34534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34534B

Black with #34534B

Text Example


Text Example

White with #34534B

Text Example


Text Example

HTML Codes & Css Web 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>