Html Css Color HEX #384139 Timber Green

📋 copy color: '#384139'

red 56 ◦ green 65 ◦ blue 57

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

Shades of Timber Green #384139

Tints of Timber Green #384139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 31.46%
G = 36.52%
B = 32.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#384139 (or 0x384139) is known color: Timber Green. HEX triplet: 38, 41 and 39. RGB value is (56,65,57). Sum of RGB (Red+Green+Blue) = 56+65+57=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #384139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384139 is #C7BEC6. Grayscale: #3D3D3D. Windows color (decimal): -13090503 or 3752248. OLE color: 3752248.

HSL color Cylindrical-coordinate representation of color #384139: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #384139 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 57 -
CMYK 0.14 0 0.12 0.75
HSL 126.67º 0.07% 0.24% -
HSV(B) 126.67º 0.14% 0.25% -
XYZ 4.26 4.92 4.6 -
YUV 61.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 56 65 57 0.14 0 0.12 0.75 126.67 0.07 0.24
Hex 38 41 39 E 0 C 4B 7F 7 18
Octal 70 101 71 16 0 14 113 177 7 30
Binary 111000 1000001 111001 1110 0 1100 1001011 1111111 111 11000

Color Harmonies of #384139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384139

Black with #384139

Text Example


Text Example

White with #384139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384139; }

 p { color: rgb(56,65,57); }

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

background-color css

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

 a { background-color: rgb(56,65,57); }

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

border-color css

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

 span { border-color: rgb(56,65,57); }

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