Html Css Color HEX #38534B Corduroy

📋 copy color: '#38534B'

red 56 ◦ green 83 ◦ blue 75

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

Shades of Corduroy #38534B

Tints of Corduroy #38534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 26.17%
G = 38.79%
B = 35.05%

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

#38534B (or 0x38534B) is known color: Corduroy. HEX triplet: 38, 53 and 4B. RGB value is (56,83,75). Sum of RGB (Red+Green+Blue) = 56+83+75=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #38534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38534B is #C7ACB4. Grayscale: #4A4A4A. Windows color (decimal): -13085877 or 4936504. OLE color: 4936504.

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

Color convert

RGB 56 83 75 -
CMYK 0.33 0 0.10 0.67
HSL 162.22º 0.19% 0.27% -
HSV(B) 162.22º 0.33% 0.33% -
XYZ 5.99 7.54 7.8 -
YUV 74.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 56 83 75 0.33 0 0.10 0.67 162.22 0.19 0.27
Hex 38 53 4B 21 0 A 43 A2 13 1B
Octal 70 123 113 41 0 12 103 242 23 33
Binary 111000 1010011 1001011 100001 0 1010 1000011 10100010 10011 11011

Color Harmonies of #38534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38534B

Black with #38534B

Text Example


Text Example

White with #38534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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