Html Css Color HEX #38493B Timber Green

📋 copy color: '#38493B'

red 56 ◦ green 73 ◦ blue 59

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

Shades of Timber Green #38493B

Tints of Timber Green #38493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

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

R = 29.79%
G = 38.83%
B = 31.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#38493B (or 0x38493B) is known color: Timber Green. HEX triplet: 38, 49 and 3B. RGB value is (56,73,59). Sum of RGB (Red+Green+Blue) = 56+73+59=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #38493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493B is #C7B6C4. Grayscale: #424242. Windows color (decimal): -13088453 or 3885368. OLE color: 3885368.

HSL color Cylindrical-coordinate representation of color #38493B: hue angle of 130.59º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 59 -
CMYK 0.23 0 0.19 0.71
HSL 130.59º 0.13% 0.25% -
HSV(B) 130.59º 0.23% 0.29% -
XYZ 4.8 5.92 5.03 -
YUV 66.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 56 73 59 0.23 0 0.19 0.71 130.59 0.13 0.25
Hex 38 49 3B 17 0 13 47 83 D 19
Octal 70 111 73 27 0 23 107 203 15 31
Binary 111000 1001001 111011 10111 0 10011 1000111 10000011 1101 11001

Color Harmonies of #38493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38493B

Black with #38493B

Text Example


Text Example

White with #38493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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