Html Css Color HEX #38473A Timber Green

📋 copy color: '#38473A'

red 56 ◦ green 71 ◦ blue 58

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

Shades of Timber Green #38473A

Tints of Timber Green #38473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 30.27%
G = 38.38%
B = 31.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#38473A (or 0x38473A) is known color: Timber Green. HEX triplet: 38, 47 and 3A. RGB value is (56,71,58). Sum of RGB (Red+Green+Blue) = 56+71+58=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #38473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473A is #C7B8C5. Grayscale: #414141. Windows color (decimal): -13088966 or 3819320. OLE color: 3819320.

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

Color convert

RGB 56 71 58 -
CMYK 0.21 0 0.18 0.72
HSL 128º 0.12% 0.25% -
HSV(B) 128º 0.21% 0.28% -
XYZ 4.65 5.65 4.85 -
YUV 65.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 56 71 58 0.21 0 0.18 0.72 128 0.12 0.25
Hex 38 47 3A 15 0 12 48 80 C 19
Octal 70 107 72 25 0 22 110 200 14 31
Binary 111000 1000111 111010 10101 0 10010 1001000 10000000 1100 11001

Color Harmonies of #38473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38473A

Black with #38473A

Text Example


Text Example

White with #38473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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