Html Css Color HEX #38524B Corduroy

📋 copy color: '#38524B'

red 56 ◦ green 82 ◦ blue 75

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

Shades of Corduroy #38524B

Tints of Corduroy #38524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 26.29%
G = 38.5%
B = 35.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#38524B (or 0x38524B) is known color: Corduroy. HEX triplet: 38, 52 and 4B. RGB value is (56,82,75). Sum of RGB (Red+Green+Blue) = 56+82+75=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #38524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38524B is #C7ADB4. Grayscale: #494949. Windows color (decimal): -13086133 or 4936248. OLE color: 4936248.

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

Color convert

RGB 56 82 75 -
CMYK 0.32 0 0.09 0.68
HSL 163.85º 0.19% 0.27% -
HSV(B) 163.85º 0.32% 0.32% -
XYZ 5.92 7.38 7.77 -
YUV 73.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 56 82 75 0.32 0 0.09 0.68 163.85 0.19 0.27
Hex 38 52 4B 20 0 9 44 A4 13 1B
Octal 70 122 113 40 0 11 104 244 23 33
Binary 111000 1010010 1001011 100000 0 1001 1000100 10100100 10011 11011

Color Harmonies of #38524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38524B

Black with #38524B

Text Example


Text Example

White with #38524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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