Html Css Color HEX #38504A Corduroy

📋 copy color: '#38504A'

red 56 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #38504A

Tints of Corduroy #38504A

RGB

 RED value IS 56 (22.27% from 255) = 26.67%

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 26.67%
G = 38.1%
B = 35.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#38504A (or 0x38504A) is known color: Corduroy. HEX triplet: 38, 50 and 4A. RGB value is (56,80,74). Sum of RGB (Red+Green+Blue) = 56+80+74=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #38504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38504A is #C7AFB5. Grayscale: #484848. Windows color (decimal): -13086646 or 4870200. OLE color: 4870200.

HSL color Cylindrical-coordinate representation of color #38504A: hue angle of 165º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38504A is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 74 -
CMYK 0.30 0 0.08 0.69
HSL 165º 0.18% 0.27% -
HSV(B) 165º 0.3% 0.31% -
XYZ 5.74 7.07 7.54 -
YUV 72.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 56 80 74 0.30 0 0.08 0.69 165 0.18 0.27
Hex 38 50 4A 1E 0 8 45 A5 12 1B
Octal 70 120 112 36 0 10 105 245 22 33
Binary 111000 1010000 1001010 11110 0 1000 1000101 10100101 10010 11011

Color Harmonies of #38504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38504A

Black with #38504A

Text Example


Text Example

White with #38504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,80,74); }

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

background-color css

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

 a { background-color: rgb(56,80,74); }

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

border-color css

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

 span { border-color: rgb(56,80,74); }

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