Html Css Color HEX #38534D Corduroy

📋 copy color: '#38534D'

red 56 ◦ green 83 ◦ blue 77

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

Shades of Corduroy #38534D

Tints of Corduroy #38534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.43%

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

R = 25.93%
G = 38.43%
B = 35.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#38534D (or 0x38534D) is known color: Corduroy. HEX triplet: 38, 53 and 4D. RGB value is (56,83,77). Sum of RGB (Red+Green+Blue) = 56+83+77=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #38534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38534D is #C7ACB2. Grayscale: #4A4A4A. Windows color (decimal): -13085875 or 5067576. OLE color: 5067576.

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

Color convert

RGB 56 83 77 -
CMYK 0.33 0 0.07 0.67
HSL 166.67º 0.19% 0.27% -
HSV(B) 166.67º 0.33% 0.33% -
XYZ 6.06 7.56 8.16 -
YUV 74.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 56 83 77 0.33 0 0.07 0.67 166.67 0.19 0.27
Hex 38 53 4D 21 0 7 43 A7 13 1B
Octal 70 123 115 41 0 7 103 247 23 33
Binary 111000 1010011 1001101 100001 0 111 1000011 10100111 10011 11011

Color Harmonies of #38534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38534D

Black with #38534D

Text Example


Text Example

White with #38534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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