Html Css Color HEX #435650 Corduroy

📋 copy color: '#435650'

red 67 ◦ green 86 ◦ blue 80

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

Shades of Corduroy #435650

Tints of Corduroy #435650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 28.76%
G = 36.91%
B = 34.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#435650 (or 0x435650) is known color: Corduroy. HEX triplet: 43, 56 and 50. RGB value is (67,86,80). Sum of RGB (Red+Green+Blue) = 67+86+80=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #435650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435650 is #BCA9AF. Grayscale: #4F4F4F. Windows color (decimal): -12364208 or 5264963. OLE color: 5264963.

HSL color Cylindrical-coordinate representation of color #435650: hue angle of 161.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #435650 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 67 86 80 -
CMYK 0.22 0 0.07 0.66
HSL 161.05º 0.12% 0.3% -
HSV(B) 161.05º 0.22% 0.34% -
XYZ 7.09 8.43 8.84 -
YUV 79.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 67 86 80 0.22 0 0.07 0.66 161.05 0.12 0.3
Hex 43 56 50 16 0 7 42 A1 C 1E
Octal 103 126 120 26 0 7 102 241 14 36
Binary 1000011 1010110 1010000 10110 0 111 1000010 10100001 1100 11110

Color Harmonies of #435650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435650

Black with #435650

Text Example


Text Example

White with #435650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435650; }

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

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

background-color css

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

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

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

border-color css

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

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

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