Html Css Color HEX #38544D Corduroy

📋 copy color: '#38544D'

red 56 ◦ green 84 ◦ blue 77

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

Shades of Corduroy #38544D

Tints of Corduroy #38544D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 25.81%
G = 38.71%
B = 35.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#38544D (or 0x38544D) is known color: Corduroy. HEX triplet: 38, 54 and 4D. RGB value is (56,84,77). Sum of RGB (Red+Green+Blue) = 56+84+77=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #38544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38544D is #C7ABB2. Grayscale: #4A4A4A. Windows color (decimal): -13085619 or 5067832. OLE color: 5067832.

HSL color Cylindrical-coordinate representation of color #38544D: hue angle of 165º 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 #38544D is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 77 -
CMYK 0.33 0 0.08 0.67
HSL 165º 0.2% 0.27% -
HSV(B) 165º 0.33% 0.33% -
XYZ 6.14 7.72 8.19 -
YUV 74.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 56 84 77 0.33 0 0.08 0.67 165 0.2 0.27
Hex 38 54 4D 21 0 8 43 A5 14 1B
Octal 70 124 115 41 0 10 103 245 24 33
Binary 111000 1010100 1001101 100001 0 1000 1000011 10100101 10100 11011

Color Harmonies of #38544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38544D

Black with #38544D

Text Example


Text Example

White with #38544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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