Html Css Color HEX #38514A Corduroy

📋 copy color: '#38514A'

red 56 ◦ green 81 ◦ blue 74

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

Shades of Corduroy #38514A

Tints of Corduroy #38514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 26.54%
G = 38.39%
B = 35.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#38514A (or 0x38514A) is known color: Corduroy. HEX triplet: 38, 51 and 4A. RGB value is (56,81,74). Sum of RGB (Red+Green+Blue) = 56+81+74=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #38514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38514A is #C7AEB5. Grayscale: #484848. Windows color (decimal): -13086390 or 4870456. OLE color: 4870456.

HSL color Cylindrical-coordinate representation of color #38514A: hue angle of 163.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38514A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 74 -
CMYK 0.31 0 0.09 0.68
HSL 163.2º 0.18% 0.27% -
HSV(B) 163.2º 0.31% 0.32% -
XYZ 5.81 7.22 7.57 -
YUV 72.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 56 81 74 0.31 0 0.09 0.68 163.2 0.18 0.27
Hex 38 51 4A 1F 0 9 44 A3 12 1B
Octal 70 121 112 37 0 11 104 243 22 33
Binary 111000 1010001 1001010 11111 0 1001 1000100 10100011 10010 11011

Color Harmonies of #38514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38514A

Black with #38514A

Text Example


Text Example

White with #38514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38514A; }

 p { color: rgb(56,81,74); }

 H1.HeaderClassName
 {
   color: #38514A;
 }
 .AnyTagClassName
 {
   color: #38514A;
 }
</style>

background-color css

<style>
 a { background-color: #38514A; }

 a { background-color: rgb(56,81,74); }

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

border-color css

<style>
 span { border-color: #38514A; }

 span { border-color: rgb(56,81,74); }

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