Html Css Color HEX #35524A Corduroy

📋 copy color: '#35524A'

red 53 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #35524A

Tints of Corduroy #35524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 25.36%
G = 39.23%
B = 35.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#35524A (or 0x35524A) is known color: Corduroy. HEX triplet: 35, 52 and 4A. RGB value is (53,82,74). Sum of RGB (Red+Green+Blue) = 53+82+74=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #35524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35524A is #CAADB5. Grayscale: #484848. Windows color (decimal): -13282742 or 4870709. OLE color: 4870709.

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

Color convert

RGB 53 82 74 -
CMYK 0.35 0 0.10 0.68
HSL 163.45º 0.21% 0.26% -
HSV(B) 163.45º 0.35% 0.32% -
XYZ 5.72 7.29 7.58 -
YUV 72.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 53 82 74 0.35 0 0.10 0.68 163.45 0.21 0.26
Hex 35 52 4A 23 0 A 44 A3 15 1A
Octal 65 122 112 43 0 12 104 243 25 32
Binary 110101 1010010 1001010 100011 0 1010 1000100 10100011 10101 11010

Color Harmonies of #35524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35524A

Black with #35524A

Text Example


Text Example

White with #35524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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