Html Css Color HEX #434E4C Corduroy

📋 copy color: '#434E4C'

red 67 ◦ green 78 ◦ blue 76

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

Shades of Corduroy #434E4C

Tints of Corduroy #434E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

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

R = 30.32%
G = 35.29%
B = 34.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#434E4C (or 0x434E4C) is known color: Corduroy. HEX triplet: 43, 4E and 4C. RGB value is (67,78,76). Sum of RGB (Red+Green+Blue) = 67+78+76=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 78 - color contains mainly: green. Hex color #434E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E4C is #BCB1B3. Grayscale: #4A4A4A. Windows color (decimal): -12366260 or 5000771. OLE color: 5000771.

HSL color Cylindrical-coordinate representation of color #434E4C: hue angle of 169.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #434E4C is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 78 76 -
CMYK 0.14 0 0.03 0.69
HSL 169.09º 0.08% 0.28% -
HSV(B) 169.09º 0.14% 0.31% -
XYZ 6.34 7.16 7.89 -
YUV 74.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 67 78 76 0.14 0 0.03 0.69 169.09 0.08 0.28
Hex 43 4E 4C E 0 3 45 A9 8 1C
Octal 103 116 114 16 0 3 105 251 10 34
Binary 1000011 1001110 1001100 1110 0 11 1000101 10101001 1000 11100

Color Harmonies of #434E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E4C

Black with #434E4C

Text Example


Text Example

White with #434E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434E4C; }

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

 H1.HeaderClassName
 {
   color: #434E4C;
 }
 .AnyTagClassName
 {
   color: #434E4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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