Html Css Color HEX #38473D Timber Green

📋 copy color: '#38473D'

red 56 ◦ green 71 ◦ blue 61

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

Shades of Timber Green #38473D

Tints of Timber Green #38473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 29.79%
G = 37.77%
B = 32.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#38473D (or 0x38473D) is known color: Timber Green. HEX triplet: 38, 47 and 3D. RGB value is (56,71,61). Sum of RGB (Red+Green+Blue) = 56+71+61=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #38473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473D is #C7B8C2. Grayscale: #414141. Windows color (decimal): -13088963 or 4015928. OLE color: 4015928.

HSL color Cylindrical-coordinate representation of color #38473D: hue angle of 140º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 61 -
CMYK 0.21 0 0.14 0.72
HSL 140º 0.12% 0.25% -
HSV(B) 140º 0.21% 0.28% -
XYZ 4.73 5.68 5.26 -
YUV 65.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 56 71 61 0.21 0 0.14 0.72 140 0.12 0.25
Hex 38 47 3D 15 0 E 48 8C C 19
Octal 70 107 75 25 0 16 110 214 14 31
Binary 111000 1000111 111101 10101 0 1110 1001000 10001100 1100 11001

Color Harmonies of #38473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38473D

Black with #38473D

Text Example


Text Example

White with #38473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,71,61); }

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

background-color css

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

 a { background-color: rgb(56,71,61); }

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

border-color css

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

 span { border-color: rgb(56,71,61); }

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