Html Css Color HEX #335049 Corduroy

📋 copy color: '#335049'

red 51 ◦ green 80 ◦ blue 73

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

Shades of Corduroy #335049

Tints of Corduroy #335049

RGB

 RED value IS 51 (20.31% from 255) = 25%

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

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 25%
G = 39.22%
B = 35.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#335049 (or 0x335049) is known color: Corduroy. HEX triplet: 33, 50 and 49. RGB value is (51,80,73). Sum of RGB (Red+Green+Blue) = 51+80+73=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #335049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335049 is #CCAFB6. Grayscale: #464646. Windows color (decimal): -13414327 or 4804659. OLE color: 4804659.

HSL color Cylindrical-coordinate representation of color #335049: hue angle of 165.52º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335049 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 73 -
CMYK 0.36 0 0.09 0.69
HSL 165.52º 0.22% 0.26% -
HSV(B) 165.52º 0.36% 0.31% -
XYZ 5.44 6.92 7.35 -
YUV 70.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 51 80 73 0.36 0 0.09 0.69 165.52 0.22 0.26
Hex 33 50 49 24 0 9 45 A6 16 1A
Octal 63 120 111 44 0 11 105 246 26 32
Binary 110011 1010000 1001001 100100 0 1001 1000101 10100110 10110 11010

Color Harmonies of #335049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335049

Black with #335049

Text Example


Text Example

White with #335049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335049; }

 p { color: rgb(51,80,73); }

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

background-color css

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

 a { background-color: rgb(51,80,73); }

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

border-color css

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

 span { border-color: rgb(51,80,73); }

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