Html Css Color HEX #383E3A Timber Green

📋 copy color: '#383E3A'

red 56 ◦ green 62 ◦ blue 58

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

Shades of Timber Green #383E3A

Tints of Timber Green #383E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.23%

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

R = 31.82%
G = 35.23%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#383E3A (or 0x383E3A) is known color: Timber Green. HEX triplet: 38, 3E and 3A. RGB value is (56,62,58). Sum of RGB (Red+Green+Blue) = 56+62+58=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 62 - color contains mainly: green. Hex color #383E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E3A is #C7C1C5. Grayscale: #3B3B3B. Windows color (decimal): -13091270 or 3817016. OLE color: 3817016.

HSL color Cylindrical-coordinate representation of color #383E3A: hue angle of 140º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #383E3A is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 62 58 -
CMYK 0.10 0 0.06 0.76
HSL 140º 0.05% 0.23% -
HSV(B) 140º 0.1% 0.24% -
XYZ 4.12 4.59 4.67 -
YUV 59.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 56 62 58 0.10 0 0.06 0.76 140 0.05 0.23
Hex 38 3E 3A A 0 6 4C 8C 5 17
Octal 70 76 72 12 0 6 114 214 5 27
Binary 111000 111110 111010 1010 0 110 1001100 10001100 101 10111

Color Harmonies of #383E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E3A

Black with #383E3A

Text Example


Text Example

White with #383E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E3A; }

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

 H1.HeaderClassName
 {
   color: #383E3A;
 }
 .AnyTagClassName
 {
   color: #383E3A;
 }
</style>

background-color css

<style>
 a { background-color: #383E3A; }

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

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

border-color css

<style>
 span { border-color: #383E3A; }

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

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