Html Css Color HEX #36524A Corduroy

📋 copy color: '#36524A'

red 54 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #36524A

Tints of Corduroy #36524A

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

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

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

R = 25.71%
G = 39.05%
B = 35.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#36524A (or 0x36524A) is known color: Corduroy. HEX triplet: 36, 52 and 4A. RGB value is (54,82,74). Sum of RGB (Red+Green+Blue) = 54+82+74=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #36524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36524A is #C9ADB5. Grayscale: #484848. Windows color (decimal): -13217206 or 4870710. OLE color: 4870710.

HSL color Cylindrical-coordinate representation of color #36524A: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36524A is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 74 -
CMYK 0.34 0 0.10 0.68
HSL 162.86º 0.21% 0.27% -
HSV(B) 162.86º 0.34% 0.32% -
XYZ 5.77 7.31 7.59 -
YUV 72.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 54 82 74 0.34 0 0.10 0.68 162.86 0.21 0.27
Hex 36 52 4A 22 0 A 44 A3 15 1B
Octal 66 122 112 42 0 12 104 243 25 33
Binary 110110 1010010 1001010 100010 0 1010 1000100 10100011 10101 11011

Color Harmonies of #36524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36524A

Black with #36524A

Text Example


Text Example

White with #36524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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