Html Css Color HEX #38544C Corduroy

📋 copy color: '#38544C'

red 56 ◦ green 84 ◦ blue 76

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

Shades of Corduroy #38544C

Tints of Corduroy #38544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

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

R = 25.93%
G = 38.89%
B = 35.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#38544C (or 0x38544C) is known color: Corduroy. HEX triplet: 38, 54 and 4C. RGB value is (56,84,76). Sum of RGB (Red+Green+Blue) = 56+84+76=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #38544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38544C is #C7ABB3. Grayscale: #4A4A4A. Windows color (decimal): -13085620 or 5002296. OLE color: 5002296.

HSL color Cylindrical-coordinate representation of color #38544C: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38544C is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 76 -
CMYK 0.33 0 0.10 0.67
HSL 162.86º 0.2% 0.27% -
HSV(B) 162.86º 0.33% 0.33% -
XYZ 6.11 7.7 8 -
YUV 74.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 56 84 76 0.33 0 0.10 0.67 162.86 0.2 0.27
Hex 38 54 4C 21 0 A 43 A3 14 1B
Octal 70 124 114 41 0 12 103 243 24 33
Binary 111000 1010100 1001100 100001 0 1010 1000011 10100011 10100 11011

Color Harmonies of #38544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38544C

Black with #38544C

Text Example


Text Example

White with #38544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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