Html Css Color HEX #38534C Corduroy

📋 copy color: '#38534C'

red 56 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #38534C

Tints of Corduroy #38534C

RGB

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

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

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

R = 26.05%
G = 38.6%
B = 35.35%

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

#38534C (or 0x38534C) is known color: Corduroy. HEX triplet: 38, 53 and 4C. RGB value is (56,83,76). Sum of RGB (Red+Green+Blue) = 56+83+76=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #38534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38534C is #C7ACB3. Grayscale: #4A4A4A. Windows color (decimal): -13085876 or 5002040. OLE color: 5002040.

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

Color convert

RGB 56 83 76 -
CMYK 0.33 0 0.08 0.67
HSL 164.44º 0.19% 0.27% -
HSV(B) 164.44º 0.33% 0.33% -
XYZ 6.03 7.55 7.98 -
YUV 74.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 56 83 76 0.33 0 0.08 0.67 164.44 0.19 0.27
Hex 38 53 4C 21 0 8 43 A4 13 1B
Octal 70 123 114 41 0 10 103 244 23 33
Binary 111000 1010011 1001100 100001 0 1000 1000011 10100100 10011 11011

Color Harmonies of #38534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38534C

Black with #38534C

Text Example


Text Example

White with #38534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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