Html Css Color HEX #435450 Corduroy

📋 copy color: '#435450'

red 67 ◦ green 84 ◦ blue 80

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

Shades of Corduroy #435450

Tints of Corduroy #435450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 29%
G = 36.36%
B = 34.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#435450 (or 0x435450) is known color: Corduroy. HEX triplet: 43, 54 and 50. RGB value is (67,84,80). Sum of RGB (Red+Green+Blue) = 67+84+80=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #435450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435450 is #BCABAF. Grayscale: #4E4E4E. Windows color (decimal): -12364720 or 5264451. OLE color: 5264451.

HSL color Cylindrical-coordinate representation of color #435450: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435450 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 84 80 -
CMYK 0.20 0 0.05 0.67
HSL 165.88º 0.11% 0.3% -
HSV(B) 165.88º 0.2% 0.33% -
XYZ 6.93 8.11 8.79 -
YUV 78.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 67 84 80 0.20 0 0.05 0.67 165.88 0.11 0.3
Hex 43 54 50 14 0 5 43 A6 B 1E
Octal 103 124 120 24 0 5 103 246 13 36
Binary 1000011 1010100 1010000 10100 0 101 1000011 10100110 1011 11110

Color Harmonies of #435450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435450

Black with #435450

Text Example


Text Example

White with #435450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435450; }

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

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

background-color css

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

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

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

border-color css

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

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

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