Html Css Color HEX #355249 Corduroy

📋 copy color: '#355249'

red 53 ◦ green 82 ◦ blue 73

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

Shades of Corduroy #355249

Tints of Corduroy #355249

RGB

 RED value IS 53 (21.09% from 255) = 25.48%

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 25.48%
G = 39.42%
B = 35.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#355249 (or 0x355249) is known color: Corduroy. HEX triplet: 35, 52 and 49. RGB value is (53,82,73). Sum of RGB (Red+Green+Blue) = 53+82+73=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #355249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355249 is #CAADB6. Grayscale: #484848. Windows color (decimal): -13282743 or 4805173. OLE color: 4805173.

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

Color convert

RGB 53 82 73 -
CMYK 0.35 0 0.11 0.68
HSL 161.38º 0.21% 0.26% -
HSV(B) 161.38º 0.35% 0.32% -
XYZ 5.69 7.27 7.41 -
YUV 72.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 53 82 73 0.35 0 0.11 0.68 161.38 0.21 0.26
Hex 35 52 49 23 0 B 44 A1 15 1A
Octal 65 122 111 43 0 13 104 241 25 32
Binary 110101 1010010 1001001 100011 0 1011 1000100 10100001 10101 11010

Color Harmonies of #355249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355249

Black with #355249

Text Example


Text Example

White with #355249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355249; }

 p { color: rgb(53,82,73); }

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

background-color css

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

 a { background-color: rgb(53,82,73); }

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

border-color css

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

 span { border-color: rgb(53,82,73); }

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