Html Css Color HEX #43504C Corduroy

📋 copy color: '#43504C'

red 67 ◦ green 80 ◦ blue 76

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

Shades of Corduroy #43504C

Tints of Corduroy #43504C

RGB

 RED value IS 67 (26.56% from 255) = 30.04%

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 30.04%
G = 35.87%
B = 34.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#43504C (or 0x43504C) is known color: Corduroy. HEX triplet: 43, 50 and 4C. RGB value is (67,80,76). Sum of RGB (Red+Green+Blue) = 67+80+76=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #43504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43504C is #BCAFB3. Grayscale: #4B4B4B. Windows color (decimal): -12365748 or 5001283. OLE color: 5001283.

HSL color Cylindrical-coordinate representation of color #43504C: hue angle of 161.54º 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 #43504C is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 76 -
CMYK 0.16 0 0.05 0.69
HSL 161.54º 0.09% 0.29% -
HSV(B) 161.54º 0.16% 0.31% -
XYZ 6.49 7.45 7.93 -
YUV 75.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 67 80 76 0.16 0 0.05 0.69 161.54 0.09 0.29
Hex 43 50 4C 10 0 5 45 A2 9 1D
Octal 103 120 114 20 0 5 105 242 11 35
Binary 1000011 1010000 1001100 10000 0 101 1000101 10100010 1001 11101

Color Harmonies of #43504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43504C

Black with #43504C

Text Example


Text Example

White with #43504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43504C; }

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

 H1.HeaderClassName
 {
   color: #43504C;
 }
 .AnyTagClassName
 {
   color: #43504C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #43504C;
 }
 .BgClassName
 {
   background-color: #43504C;
 }
</style>

border-color css

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

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

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