Html Css Color HEX #37534A Corduroy

📋 copy color: '#37534A'

red 55 ◦ green 83 ◦ blue 74

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

Shades of Corduroy #37534A

Tints of Corduroy #37534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 25.94%
G = 39.15%
B = 34.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#37534A (or 0x37534A) is known color: Corduroy. HEX triplet: 37, 53 and 4A. RGB value is (55,83,74). Sum of RGB (Red+Green+Blue) = 55+83+74=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #37534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37534A is #C8ACB5. Grayscale: #494949. Windows color (decimal): -13151414 or 4870967. OLE color: 4870967.

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

Color convert

RGB 55 83 74 -
CMYK 0.34 0 0.11 0.67
HSL 160.71º 0.2% 0.27% -
HSV(B) 160.71º 0.34% 0.33% -
XYZ 5.9 7.49 7.61 -
YUV 73.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 55 83 74 0.34 0 0.11 0.67 160.71 0.2 0.27
Hex 37 53 4A 22 0 B 43 A1 14 1B
Octal 67 123 112 42 0 13 103 241 24 33
Binary 110111 1010011 1001010 100010 0 1011 1000011 10100001 10100 11011

Color Harmonies of #37534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37534A

Black with #37534A

Text Example


Text Example

White with #37534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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