Html Css Color HEX #335149 Corduroy

📋 copy color: '#335149'

red 51 ◦ green 81 ◦ blue 73

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

Shades of Corduroy #335149

Tints of Corduroy #335149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

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

R = 24.88%
G = 39.51%
B = 35.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#335149 (or 0x335149) is known color: Corduroy. HEX triplet: 33, 51 and 49. RGB value is (51,81,73). Sum of RGB (Red+Green+Blue) = 51+81+73=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #335149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335149 is #CCAEB6. Grayscale: #474747. Windows color (decimal): -13414071 or 4804915. OLE color: 4804915.

HSL color Cylindrical-coordinate representation of color #335149: hue angle of 164º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335149 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 73 -
CMYK 0.37 0 0.10 0.68
HSL 164º 0.23% 0.26% -
HSV(B) 164º 0.37% 0.32% -
XYZ 5.51 7.07 7.38 -
YUV 71.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 51 81 73 0.37 0 0.10 0.68 164 0.23 0.26
Hex 33 51 49 25 0 A 44 A4 17 1A
Octal 63 121 111 45 0 12 104 244 27 32
Binary 110011 1010001 1001001 100101 0 1010 1000100 10100100 10111 11010

Color Harmonies of #335149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335149

Black with #335149

Text Example


Text Example

White with #335149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335149; }

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

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

background-color css

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

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

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

border-color css

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

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

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