Html Css Color HEX #37534C Corduroy

📋 copy color: '#37534C'

red 55 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #37534C

Tints of Corduroy #37534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 25.7%
G = 38.79%
B = 35.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#37534C (or 0x37534C) is known color: Corduroy. HEX triplet: 37, 53 and 4C. RGB value is (55,83,76). Sum of RGB (Red+Green+Blue) = 55+83+76=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #37534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37534C is #C8ACB3. Grayscale: #494949. Windows color (decimal): -13151412 or 5002039. OLE color: 5002039.

HSL color Cylindrical-coordinate representation of color #37534C: hue angle of 165º 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 #37534C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 76 -
CMYK 0.34 0 0.08 0.67
HSL 165º 0.2% 0.27% -
HSV(B) 165º 0.34% 0.33% -
XYZ 5.97 7.52 7.97 -
YUV 73.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 55 83 76 0.34 0 0.08 0.67 165 0.2 0.27
Hex 37 53 4C 22 0 8 43 A5 14 1B
Octal 67 123 114 42 0 10 103 245 24 33
Binary 110111 1010011 1001100 100010 0 1000 1000011 10100101 10100 11011

Color Harmonies of #37534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37534C

Black with #37534C

Text Example


Text Example

White with #37534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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