Html Css Color HEX #38493C Timber Green

📋 copy color: '#38493C'

red 56 ◦ green 73 ◦ blue 60

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

Shades of Timber Green #38493C

Tints of Timber Green #38493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 29.63%
G = 38.62%
B = 31.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#38493C (or 0x38493C) is known color: Timber Green. HEX triplet: 38, 49 and 3C. RGB value is (56,73,60). Sum of RGB (Red+Green+Blue) = 56+73+60=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #38493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493C is #C7B6C3. Grayscale: #424242. Windows color (decimal): -13088452 or 3950904. OLE color: 3950904.

HSL color Cylindrical-coordinate representation of color #38493C: hue angle of 134.12º 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 #38493C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 60 -
CMYK 0.23 0 0.18 0.71
HSL 134.12º 0.13% 0.25% -
HSV(B) 134.12º 0.23% 0.29% -
XYZ 4.83 5.93 5.17 -
YUV 66.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 56 73 60 0.23 0 0.18 0.71 134.12 0.13 0.25
Hex 38 49 3C 17 0 12 47 86 D 19
Octal 70 111 74 27 0 22 107 206 15 31
Binary 111000 1001001 111100 10111 0 10010 1000111 10000110 1101 11001

Color Harmonies of #38493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38493C

Black with #38493C

Text Example


Text Example

White with #38493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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