Html Css Color HEX #38524A Corduroy

📋 copy color: '#38524A'

red 56 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #38524A

Tints of Corduroy #38524A

RGB

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

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

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

R = 26.42%
G = 38.68%
B = 34.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#38524A (or 0x38524A) is known color: Corduroy. HEX triplet: 38, 52 and 4A. RGB value is (56,82,74). Sum of RGB (Red+Green+Blue) = 56+82+74=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #38524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38524A is #C7ADB5. Grayscale: #494949. Windows color (decimal): -13086134 or 4870712. OLE color: 4870712.

HSL color Cylindrical-coordinate representation of color #38524A: hue angle of 161.54º 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 #38524A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 74 -
CMYK 0.32 0 0.10 0.68
HSL 161.54º 0.19% 0.27% -
HSV(B) 161.54º 0.32% 0.32% -
XYZ 5.88 7.37 7.59 -
YUV 73.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 56 82 74 0.32 0 0.10 0.68 161.54 0.19 0.27
Hex 38 52 4A 20 0 A 44 A2 13 1B
Octal 70 122 112 40 0 12 104 242 23 33
Binary 111000 1010010 1001010 100000 0 1010 1000100 10100010 10011 11011

Color Harmonies of #38524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38524A

Black with #38524A

Text Example


Text Example

White with #38524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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