Html Css Color HEX #37524A Corduroy

📋 copy color: '#37524A'

red 55 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #37524A

Tints of Corduroy #37524A

RGB

 RED value IS 55 (21.88% from 255) = 26.07%

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

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

R = 26.07%
G = 38.86%
B = 35.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#37524A (or 0x37524A) is known color: Corduroy. HEX triplet: 37, 52 and 4A. RGB value is (55,82,74). Sum of RGB (Red+Green+Blue) = 55+82+74=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #37524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37524A is #C8ADB5. Grayscale: #494949. Windows color (decimal): -13151670 or 4870711. OLE color: 4870711.

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

Color convert

RGB 55 82 74 -
CMYK 0.33 0 0.10 0.68
HSL 162.22º 0.2% 0.27% -
HSV(B) 162.22º 0.33% 0.32% -
XYZ 5.83 7.34 7.59 -
YUV 73.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 55 82 74 0.33 0 0.10 0.68 162.22 0.2 0.27
Hex 37 52 4A 21 0 A 44 A2 14 1B
Octal 67 122 112 41 0 12 104 242 24 33
Binary 110111 1010010 1001010 100001 0 1010 1000100 10100010 10100 11011

Color Harmonies of #37524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37524A

Black with #37524A

Text Example


Text Example

White with #37524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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