Html Css Color HEX #38473B Timber Green

📋 copy color: '#38473B'

red 56 ◦ green 71 ◦ blue 59

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

Shades of Timber Green #38473B

Tints of Timber Green #38473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 30.11%
G = 38.17%
B = 31.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#38473B (or 0x38473B) is known color: Timber Green. HEX triplet: 38, 47 and 3B. RGB value is (56,71,59). Sum of RGB (Red+Green+Blue) = 56+71+59=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #38473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473B is #C7B8C4. Grayscale: #414141. Windows color (decimal): -13088965 or 3884856. OLE color: 3884856.

HSL color Cylindrical-coordinate representation of color #38473B: hue angle of 132º 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 #38473B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 59 -
CMYK 0.21 0 0.17 0.72
HSL 132º 0.12% 0.25% -
HSV(B) 132º 0.21% 0.28% -
XYZ 4.67 5.66 4.98 -
YUV 65.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 56 71 59 0.21 0 0.17 0.72 132 0.12 0.25
Hex 38 47 3B 15 0 11 48 84 C 19
Octal 70 107 73 25 0 21 110 204 14 31
Binary 111000 1000111 111011 10101 0 10001 1001000 10000100 1100 11001

Color Harmonies of #38473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38473B

Black with #38473B

Text Example


Text Example

White with #38473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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