Html Css Color HEX #38524C Corduroy

📋 copy color: '#38524C'

red 56 ◦ green 82 ◦ blue 76

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

Shades of Corduroy #38524C

Tints of Corduroy #38524C

RGB

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

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

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

R = 26.17%
G = 38.32%
B = 35.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#38524C (or 0x38524C) is known color: Corduroy. HEX triplet: 38, 52 and 4C. RGB value is (56,82,76). Sum of RGB (Red+Green+Blue) = 56+82+76=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #38524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38524C is #C7ADB3. Grayscale: #494949. Windows color (decimal): -13086132 or 5001784. OLE color: 5001784.

HSL color Cylindrical-coordinate representation of color #38524C: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38524C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 76 -
CMYK 0.32 0 0.07 0.68
HSL 166.15º 0.19% 0.27% -
HSV(B) 166.15º 0.32% 0.32% -
XYZ 5.95 7.4 7.95 -
YUV 73.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 56 82 76 0.32 0 0.07 0.68 166.15 0.19 0.27
Hex 38 52 4C 20 0 7 44 A6 13 1B
Octal 70 122 114 40 0 7 104 246 23 33
Binary 111000 1010010 1001100 100000 0 111 1000100 10100110 10011 11011

Color Harmonies of #38524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38524C

Black with #38524C

Text Example


Text Example

White with #38524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,82,76); }

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

background-color css

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

 a { background-color: rgb(56,82,76); }

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

border-color css

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

 span { border-color: rgb(56,82,76); }

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