Html Css Color HEX #355248 Corduroy

📋 copy color: '#355248'

red 53 ◦ green 82 ◦ blue 72

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

Shades of Corduroy #355248

Tints of Corduroy #355248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 25.6%
G = 39.61%
B = 34.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#355248 (or 0x355248) is known color: Corduroy. HEX triplet: 35, 52 and 48. RGB value is (53,82,72). Sum of RGB (Red+Green+Blue) = 53+82+72=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #355248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355248 is #CAADB7. Grayscale: #484848. Windows color (decimal): -13282744 or 4739637. OLE color: 4739637.

HSL color Cylindrical-coordinate representation of color #355248: hue angle of 159.31º 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 #355248 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 72 -
CMYK 0.35 0 0.12 0.68
HSL 159.31º 0.21% 0.26% -
HSV(B) 159.31º 0.35% 0.32% -
XYZ 5.66 7.26 7.23 -
YUV 72.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 53 82 72 0.35 0 0.12 0.68 159.31 0.21 0.26
Hex 35 52 48 23 0 C 44 9F 15 1A
Octal 65 122 110 43 0 14 104 237 25 32
Binary 110101 1010010 1001000 100011 0 1100 1000100 10011111 10101 11010

Color Harmonies of #355248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355248

Black with #355248

Text Example


Text Example

White with #355248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355248; }

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

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

background-color css

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

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

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

border-color css

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

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

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